Blake2b384.TryHashFinal Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Security.dll (version 7.0.9313)
TryHashFinal(Span<Byte>, out Int32)
Finishes hash computation. Inherited from Blake2b.
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  |