Blake2B Class

Convenience calls for performing Blake2 hashes.

Definition

Namespace: Gemstone.Security.Cryptography.Blake2BHash
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.178 -- Release Build+e530c5c0e31352f3de7b5819173c826f4dd2c6c7
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