BlockCipherWrapper.blockSize

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

class BlockCipherWrapper(T)
@safe @property
uint
blockSize
pure nothrow @nogc
(
)

Return Value

Type: uint

the block size for this cipher in bytes.

Meta