IDigestDoFinal(SpanByte) Method
Close the digest, producing the final digest value.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function DoFinal(output);
- output SpanByte
- the span the digest is to be copied into.
Int32the number of bytes written
This call leaves the digest reset.