ParallelHash256

ParallelHash256 implementation

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

See also

Constructors

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

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

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

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

Types

Link copied to clipboard

Functions

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