Documentation ¶
Index ¶
- Constants
- func B_MIX(a, b, c, d *uint32)
- func CORE(a, b, c, d *uint32, k1, k2 uint32)
- func CORE_INV(a, b, c, d *uint32, k1, k2 uint32)
- func F_MIX(a, b, c, d *uint32)
- func MASK_GEN(m *uint32, w uint32)
- func NewCipher(key []byte) (cipher.Block, error)
- func ROL32(x, n uint32) uint32
- func ROR32(x, n uint32) uint32
- func S(n uint32) uint32
- func S0(n uint32) uint32
- func S1(n uint32) uint32
- type KeySizeError
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.