usage instructions
parent
b2aa08fdd3
commit
2d4d778ffd
16
README.md
16
README.md
|
@ -22,8 +22,20 @@ Running
|
||||||
$ make
|
$ make
|
||||||
```
|
```
|
||||||
|
|
||||||
will compile and run sanity checks (test vectors) for SipHash-2-4, the
|
will build sanity checks (test vectors) for SipHash-2-4, the default
|
||||||
default version of SipHash.
|
version of SipHash:
|
||||||
|
|
||||||
|
```C
|
||||||
|
./siphash24_test
|
||||||
|
```
|
||||||
|
|
||||||
|
verifies 64 test vectors, and
|
||||||
|
|
||||||
|
```C
|
||||||
|
./siphash24_test_debug
|
||||||
|
```
|
||||||
|
|
||||||
|
does the same and prints intermediate values.
|
||||||
|
|
||||||
The code can be adapted to implement SipHash-*c*-*d*, the version of SipHash
|
The code can be adapted to implement SipHash-*c*-*d*, the version of SipHash
|
||||||
with *c* compression rounds and *d* finalization rounds, by tweaking the
|
with *c* compression rounds and *d* finalization rounds, by tweaking the
|
||||||
|
|
Loading…
Reference in New Issue