Digest.getByteLength

Return the size in bytes of the internal buffer the digest applies it's compression function to.

class Digest
@safe pure nothrow @nogc
uint
getByteLength
()

Return Value

Type: uint

the size of the internal state in bytes

Meta