Interface
SHA3
access this type via:
sec.hash.SHA3
(provides, requires or uses)
Interface to created hashes using the SHA3 algorithm family.
Constants
byte HASH_SHA_224
byte HASH_SHA_256
byte HASH_SHA_384
byte HASH_SHA_512
Functions
byte[] hashData(byte content[], byte hashType)
Constants
HASH_SHA_224
Hash type constant for 224 hashing mode.
HASH_SHA_256
Hash type constant for 256 hashing mode.
HASH_SHA_384
Hash type constant for 384 hashing mode.
HASH_SHA_512
Hash type constant for 512 hashing mode.
byte[] hashData(byte content[], byte hashType)
Hash the given content using the SHA3 algorithm, with the specified hash type using one of the HASH_ constants.