Documentation ¶
Index ¶
- func NewCipher(key, iv []byte) (cipher.Stream, error)
- func NewCipher128(key, iv []byte) (cipher.Stream, error)
- func NewCipher256(key, iv []byte) (cipher.Stream, error)
- func P32(P, Q, X []uint32, i, x uint32)
- func P32L(P, Q, X []uint32, i, x uint32)
- func P32L_block(P, Q, X, block []uint32, i, x uint32)
- func P32_128L_P(P, Q, X []uint32, i, x uint32)
- func P32_128L_P_block(P, Q, X, block []uint32, i, x uint32)
- func P32_128L_Q(P, Q, X []uint32, i, x uint32)
- func P32_128L_Q_block(P, Q, X, block []uint32, i, x uint32)
- func P32_128_P(P, Q, X []uint32, i, x uint32)
- func P32_128_P_block(P, Q, X, block []uint32, i, x uint32)
- func P32_128_Q(P, Q, X []uint32, i, x uint32)
- func P32_128_Q_block(P, Q, X, block []uint32, i, x uint32)
- func P32_block(P, Q, X, block []uint32, i, x uint32)
- type IVSizeError
- type KeySizeError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCipher128 ¶
NewCipher128 creates and returns a new cipher.Stream.
func NewCipher256 ¶
NewCipher256 creates and returns a new cipher.Stream.
func P32L_block ¶
func P32_128L_P ¶
func P32_128L_P_block ¶
func P32_128L_Q ¶
func P32_128L_Q_block ¶
func P32_128_P_block ¶
func P32_128_Q_block ¶
Types ¶
type IVSizeError ¶
type IVSizeError int
func (IVSizeError) Error ¶
func (k IVSizeError) Error() string
type KeySizeError ¶
type KeySizeError int
func (KeySizeError) Error ¶
func (k KeySizeError) Error() string
Click to show internal directories.
Click to hide internal directories.