SHAKE256

SHAKE256 implementation

https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf

See also

Constructors

Link copied to clipboard
constructor()

Creates a new SHAKE256 instance with a default output length of 64 bytes.

constructor(outputLength: Int)

Creates a new SHAKE256 instance with a non-default output length.

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun copy(): SHAKE256