Class HarakaBase
java.lang.Object
org.bouncycastle.crypto.digests.HarakaBase
- All Implemented Interfaces:
Digest
- Direct Known Subclasses:
Haraka256Digest, Haraka512Digest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintreturn 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:Digestreturn the size, in bytes, of the digest produced by this message digest.- Specified by:
getDigestSizein interfaceDigest- Returns:
- the size, in bytes, of the digest produced by this message digest.
-