WrapperDigest.digestLength

return the size, in bytes, of the digest produced by this message digest.

Returns the size, in bytes, of the digest produced by this message digest.

class WrapperDigest(T)
@safe @property override
uint
digestLength
pure nothrow @nogc
(
)
if (
isDigest!T
)

Meta