Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIN_N = 4 MAX_N = 10 MIN_ROUNDS = 12 // (8 + MIN_N) MAX_ROUNDS = 18 // (8 + MAX_N) MIN_KEYSIZEB = 16 // (4*MIN_N) MAX_KEYSIZEB = 40 // (4*MAX_N) BLOCKSIZE = 128 BLOCKSIZEB = 16 // (BLOCKSIZE/8) )
View Source
const BlockSize = 16
Variables ¶
View Source
var T0 = [256]uint32{}/* 256 elements not displayed */
View Source
var T1 = [256]uint32{}/* 256 elements not displayed */
View Source
var T2 = [256]uint32{}/* 256 elements not displayed */
View Source
var T3 = [256]uint32{}/* 256 elements not displayed */
View Source
var T4 = [256]uint32{}/* 256 elements not displayed */
View Source
var T5 = [256]uint32{}/* 256 elements not displayed */
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.