Table of Contents

Class Blake3Hash

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

.NET Wrapper around the LLVM implementation of the Blake3 hash algorithm

public class Blake3Hash : HashAlgorithm, ICryptoTransform, IDisposable
Inheritance
Blake3Hash
Implements
Inherited Members

Methods

HashCore(byte[], int, int)

When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.

HashFinal()

When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic hash algorithm.

Initialize()

Resets the hash algorithm to its initial state.

See Also