Documentation ¶
Index ¶
- func NewCCM(cipher stdCipher.Block) (stdCipher.AEAD, error)
- func NewCCMWithNonceAndTagSize(cipher stdCipher.Block, nonceSize, tagSize int) (stdCipher.AEAD, error)
- func NewCCMWithNonceSize(cipher stdCipher.Block, size int) (stdCipher.AEAD, error)
- func NewCCMWithTagSize(cipher stdCipher.Block, tagSize int) (stdCipher.AEAD, error)
- func NewECBDecryptor(b goCipher.Block) goCipher.BlockMode
- func NewECBEncryptor(b goCipher.Block) goCipher.BlockMode
- type Creator
- type XTSBlockMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCCMWithNonceSize ¶
func NewCCMWithTagSize ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.