SipHash 0.3.0 released
SipHash 0.3.0 supports all the PRF of the SipHash family.
Hi,
My implementation in Ada of the SipHash PRFs is released.
The version 0.3.0 is based on a generic package that allow you to use any PRF (pseudo-random function) of the SipHash family.
Two interfaces are provided:
- a block interface (to hash a buffer)
- a streaming interface (for an incremental hashing)
The implementation is successfully tested against the reference values provided in the original research paper and in the reference C implementation.
Comments