# Functions
NewCipher creates and returns a new cipher.Block.
NewCipher16 creates and returns a new cipher.Block with 16 bits word size.
NewCipher32 creates and returns a new cipher.Block with 32 bits word size.
NewCipher64 creates and returns a new cipher.Block with 64 bits word size.
# Constants
block size in bits.
block size in bytes.
BlockSize the RC5/16 block size in bytes.
BlockSize the RC5/32 block size in bytes.
BlockSize the RC5/64 block size in bytes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
word size in bits.
word size in bytes.
# Type aliases
KeySizeError.