Keccak Byte Stream
class KeccakByteStream(val parameters: KeccakParameter, val functionName: String = "", val customization: String = "")
Deprecated
Use the Standard API instead.
A class for streaming bytes of Keccak Hash Functions.
Suitable for use with the Extendable Hash Functions(XOF).
Author
Ron Lauren Hombre
Constructors
Link copied to clipboard
Generates a hash based on the KeccakParameter during absorption.