Package org.bouncycastle.crypto.digests
Class HarakaBase
java.lang.Object
org.bouncycastle.crypto.digests.HarakaBase
- All Implemented Interfaces:
Digest
- Direct Known Subclasses:
Haraka256Digest
,Haraka512Digest
Base class for Haraka v2, https://eprint.iacr.org/2016/098.pdf
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
return the size, in bytes, of the digest produced by this message digest.
-
Field Details
-
DIGEST_SIZE
protected static final int DIGEST_SIZE- See Also:
-
-
Constructor Details
-
HarakaBase
public HarakaBase()
-
-
Method Details
-
getDigestSize
public int getDigestSize()Description copied from interface:Digest
return the size, in bytes, of the digest produced by this message digest.- Specified by:
getDigestSize
in interfaceDigest
- Returns:
- the size, in bytes, of the digest produced by this message digest.
-