Checksum.getDigest

Gets the digest from checksum as a raw binary vector and places it into buffer. The size of the digest depends on the type of checksum.

Once this function has been called, the Checksum is closed and can no longer be updated with update().

class Checksum
void
getDigest
(
ref ubyte[] buffer
)

Parameters

buffer ubyte[]

output buffer

Meta

Since

2.16