Blake2B Class

Convenience calls for performing Blake2 hashes.

Definition

Namespace: Gemstone.Security.Cryptography.Blake2BHash
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.167 -- Release Build+327f7394dcedeaebafc0dd7a935c53bbb45ff86a
public static class Blake2B
Inheritance
Object    Blake2B

Methods

ComputeHash(Byte) Perform a default Blake2 hash on the given buffer.
ComputeHash(Byte, Blake2BConfig) Perform a Blake2 hash on the given buffer using the given Blake2 configuration.
ComputeHash(Byte, Int32, Int32) Perform a default Blake2 hash on the given buffer.
ComputeHash(Byte, Int32, Int32, Blake2BConfig) 
Create Create a default Blake2 hash.
Create(Blake2BConfig) Create a Blake2 hash with the given configuration.

Fields

OutputLength The output length of the Blake2 hash in bytes.

See Also