Ripemd160.createDigest

Obtain the digest

class Ripemd160
override
void
createDigest
(
ubyte[] buf
)

Return Value

Type: void

the digest

Remarks: Returns a digest of the current cipher state, this may be the final digest, or a digest of the state between calls to update()

Meta