IBlockCipher.blockSize

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

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

Return Value

Type: uint

the block size for this cipher in bytes.

Meta