Closed subes closed 1 year ago
Siphash is a MAC similar to HMAC with different properties: https://en.wikipedia.org/wiki/SipHash
done, used whitfin implementation (supports streaming, though does not support optional 128 bit digest length)
external dependency actually not needed because it is included in bouncycastle
a fast impl: https://github.com/NeilMadden/java-crypto-utils/tree/master/siphash
https://github.com/whitfin/siphash-java