BlockCipher.blockSize

Return the block size for this cipher (in bytes).

interface BlockCipher
@safe @property pure nothrow @nogc
uint
blockSize
()

Return Value

Type: uint

the block size for this cipher in bytes.

Meta