Package org.bouncycastle.crypto.general
Class SipHash
- java.lang.Object
-
- org.bouncycastle.crypto.general.SipHash
-
public final class SipHash extends java.lang.ObjectSource class for implementations of SipHash based algorithms
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSipHash.AuthParametersParameters for SipHash MAC modes.static classSipHash.KeyGeneratorSipHash key generator.static classSipHash.MACOperatorFactoryFactory for producing SipHash MAC calculators.
-
Field Summary
Fields Modifier and Type Field Description static GeneralAlgorithmALGORITHMstatic GeneralAlgorithmSIPHASH_2_4static GeneralAlgorithmSIPHASH_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
-
-