diff options
author | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2014-03-23 18:03:51 +0100 |
---|---|---|
committer | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2014-03-23 18:03:51 +0100 |
commit | 9cb8888dff58376e17f0aefee9b0f5e7240515f7 (patch) | |
tree | 45a5c1174bcd85042c987e8adde76203e3ed23d9 /README.md | |
parent | usage instructions (diff) | |
download | siphash-9cb8888dff58376e17f0aefee9b0f5e7240515f7.tar.gz siphash-9cb8888dff58376e17f0aefee9b0f5e7240515f7.tar.xz |
test tweaks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -31,7 +31,7 @@ version of SipHash: verifies 64 test vectors, and -```C +```c ./siphash24_test_debug ``` @@ -49,7 +49,8 @@ lines License ------- -The SipHash reference code is released under [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/), a public +The SipHash reference code is released under [CC0 +license](https://creativecommons.org/publicdomain/zero/1.0/), a public domain-like licence. |