Expand description
Util mostly in support of cuckoo hashing.
Functions§
- Compress an arbitrary vector into a 128-bit chunk, leaving the final 8-bits as zero. We need to leave 8 bits free in order to add in the hash index when running the OPRF (cf. https://eprint.iacr.org/2016/799, §5.2).
- used in tests
- used in tests
- used in tests