Blake2BConfigResult64ByteBuffer Property

Gets or sets the 64-byte result buffer the Blake2 algorithm will use.

Definition

Namespace: Gemstone.Security.Cryptography.Blake2BHash
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.169 -- Release Build+43e28b5fd7125e5e0921cb1e975c038b7a974af2
public byte[]? Result64ByteBuffer { get; set; }

Property Value

Byte

Remarks

If not null, this is the buffer that will get returned by the Blake2BHasher.Finish call regardless of the value of OutputSizeInBytes.

Exceptions

ArgumentException Attempt to set Result64ByteBuffer to non-null other than 64 bytes.

See Also