Package org.bouncycastle.crypto.general
Class SipHash
- java.lang.Object
-
- org.bouncycastle.crypto.general.SipHash
-
public final class SipHash extends java.lang.Object
Source class for implementations of SipHash based algorithms
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SipHash.AuthParameters
Parameters for SipHash MAC modes.static class
SipHash.KeyGenerator
SipHash key generator.static class
SipHash.MACOperatorFactory
Factory for producing SipHash MAC calculators.
-
Field Summary
Fields Modifier and Type Field Description static GeneralAlgorithm
ALGORITHM
static GeneralAlgorithm
SIPHASH_2_4
static GeneralAlgorithm
SIPHASH_4_8
-
-
-
Field Detail
-
ALGORITHM
public static final GeneralAlgorithm ALGORITHM
-
SIPHASH_2_4
public static final GeneralAlgorithm SIPHASH_2_4
-
SIPHASH_4_8
public static final GeneralAlgorithm SIPHASH_4_8
-
-