Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Blake2b512.TryHashFinal Method

Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Security.dll (version 7.0.9147)

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 destination.

Returns
Type Description
Boolean

True if the destination is long enough and contains the computed hash; otherwise false.

Overrides
HashAlgorithm.TryHashFinal(Span<Byte>, Int32)
In This Article
  • TryHashFinal(Span<Byte>, out Int32)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies