BLAKE2s

BLAKE2s 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 BLAKE2s instance.

constructor(bitStrength: Int, personalization: ByteArray?)

Creates a new BLAKE2s instance.

Functions

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