Digest.binaryDigest

Computes the digest and resets the state

class Digest
abstract
ubyte[]
binaryDigest
(
ubyte[] buffer = null
)

Parameters

buffer ubyte[]

a buffer can be supplied for the digest to be written to

Remarks: If the buffer is not large enough to hold the digest, a new buffer is allocated and returned. The algorithm state is always reset after a call to binaryDigest. Use the digestSize method to find out how large the buffer has to be.

Meta