Digest.blockSize

Used for padding (i.e. in HMacs)

class Digest
@safe @property
uint
blockSize
pure nothrow @nogc
(
)

Return Value

Type: uint

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

Meta