diff options
author | David Phillips <david@sighup.nz> | 2017-11-18 18:01:26 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-11-18 18:01:26 +1300 |
commit | 9fd59c7ae5df0810f18303d6b8eb6e35bdd5fa2c (patch) | |
tree | 3e23bae560a3c33298fcae357caf308e15366647 | |
parent | 1e03870ec7298776b9e21d655808fd2c3b1cab01 (diff) | |
download | sand-leek-9fd59c7ae5df0810f18303d6b8eb6e35bdd5fa2c.tar.xz |
Add platforms note to readme
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -21,6 +21,12 @@ or a large number of other valid addresses. Beware of using too long a search. While you may luck out and get a key quickly, on average, it may take a very long time to crack a long search. +## Platforms Supported + +Travis CI performs automated builds and tests on OSX and Linux platforms, +with both gcc and clang. Builds are carried out manually for Windows with +MinGW on Linux. + ## Future work I have every intention to add GPU capability to sand leek. |