BLAKE2b

BLAKE2b implementation

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

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

macs-blake2

Constructors

Link copied to clipboard
constructor(bitStrength: Int)

Creates a new BLAKE2b instance.

constructor(bitStrength: Int, personalization: ByteArray?)

Creates a new BLAKE2b instance.

Functions

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