WrapperDigest.blockSize

Used for padding (i.e. in HMacs)

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

Return Value

Type: uint

the block size or 0 if the Digest is not block based

Meta