BLAKE2s

BLAKE2s Keyed Hashing implementation

https://datatracker.ietf.org/doc/rfc7693/

https://www.blake2.net/blake2.pdf

Constructors

Link copied to clipboard
constructor(key: ByteArray, bitStrength: Int)

Creates a new instance of BLAKE2s.

constructor(key: ByteArray, bitStrength: Int, personalization: ByteArray?)

Creates a new instance of BLAKE2s.

Functions

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