WrapperDigest.getByteLength

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

class WrapperDigest(T)
@safe override pure nothrow @nogc
uint
getByteLength
()

Return Value

Type: uint

the size of the internal state in bytes

Meta