Documentation
¶
Overview ¶
Package camellia is an implementation of the CAMELLIA encryption algorithm
This is an unoptimized version based on the description in RFC 3713. References: http://en.wikipedia.org/wiki/Camellia_%28cipher%29 https://info.isl.ntt.co.jp/crypt/eng/camellia/
Index ¶
Constants ¶
View Source
const BlockSize = 16
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeySizeError ¶
type KeySizeError int
func (KeySizeError) Error ¶
func (k KeySizeError) Error() string
Click to show internal directories.
Click to hide internal directories.