Documentation
¶
Index ¶
- type AEAD128x2
- func (a AEAD128x2) DetachedOpen16(dst, nonce, ciphertext, aad []byte, tag [16]byte) ([]byte, error)
- func (a AEAD128x2) DetachedOpen32(dst, nonce, ciphertext, aad []byte, tag [32]byte) ([]byte, error)
- func (a AEAD128x2) DetachedSeal16(dst, nonce, plaintext, aad []byte) ([]byte, [16]byte)
- func (a AEAD128x2) DetachedSeal32(dst, nonce, plaintext, aad []byte) ([]byte, [32]byte)
- func (a AEAD128x2) NonceSize() int
- func (a AEAD128x2) Open(dst, nonce, ciphertext, aad []byte) ([]byte, error)
- func (a AEAD128x2) Overhead() int
- func (a AEAD128x2) Seal(dst, nonce, plaintext, aad []byte) []byte
- type Mac128x2
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AEAD128x2 ¶
type AEAD128x2 struct {
// contains filtered or unexported fields
}
func NewAEAD128x2 ¶
func (AEAD128x2) DetachedOpen16 ¶
func (AEAD128x2) DetachedOpen32 ¶
func (AEAD128x2) DetachedSeal16 ¶
func (AEAD128x2) DetachedSeal32 ¶
type Mac128x2 ¶
type Mac128x2 struct {
// contains filtered or unexported fields
}
func NewMac128x2 ¶
Click to show internal directories.
Click to hide internal directories.