Documentation ¶
Overview ¶
Package camellia implements the camellia block cipher. The cipher has block size of 128 bit (16 byte) and accepts 128, 192 or 256 bit keys (16, 24, 32 byte). Camellia was jointly developed by Mitsubishi Electric and NTT of Japan. Camellia was added to many crypto protocols (e.g. TLS).
Index ¶
Constants ¶
View Source
const BlockSize = 16
The block size of the camellia block cipher in bytes.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.