Blake2b.TryHashFinal Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Security.dll (version 7.0.9083)
TryHashFinal(Span<Byte>, out Int32)
Finishes hash computation.
Declaration
protected override bool TryHashFinal(Span<byte> destination, out int bytesWritten)
Parameters
Type | Name | Description |
---|---|---|
Span<Byte> | destination | A Span<T> to which to store the computed hash. |
Int32 | bytesWritten | The number of bytes written to the |
Returns
Type | Description |
---|---|
Boolean | True if the |