CSHAKE128

CSHAKE128 implementation

https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf#3%20cSHAKE

See also

Constructors

Link copied to clipboard
constructor(N: ByteArray?, S: ByteArray?)

Creates a new CSHAKE128 instance with a default output length of 32 bytes.

constructor(N: ByteArray?, S: ByteArray?, outputLength: Int)

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

Types

Link copied to clipboard

Functions

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