public class SipHash
extends java.lang.Object
Functions in SipHash family are specified as SipHash-c-d, where c is the number of rounds per message block and d is the number of finalization rounds. The recommended parameters are SipHash-2-4 for best performance, and SipHash-4-8 for conservative security
| Constructor and Description |
|---|
SipHash() |
Copyright © 2003-2013 Jodd Team