Documentation ¶
Index ¶
- type Scheme
- func (s Scheme) OpenK256N192(dst []byte, key *[32]byte, nonce *[24]byte, ctext, ad []byte) error
- func (s Scheme) OpenK256N64(dst []byte, key *[32]byte, nonce [8]byte, ctext, ad []byte) error
- func (s Scheme) OpenSUV256(dst []byte, suv *[32]byte, ctext, ad []byte) error
- func (s Scheme) Overhead() int
- func (s Scheme) SealK256N192(dst []byte, key *[32]byte, nonce *[24]byte, ptext, ad []byte)
- func (s Scheme) SealK256N64(dst []byte, key *[32]byte, nonce [8]byte, ptext, ad []byte)
- func (s Scheme) SealSUV256(dst []byte, suv *[32]byte, ptext, ad []byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheme ¶
type Scheme struct{}
func (Scheme) OpenK256N192 ¶
func (Scheme) OpenK256N64 ¶
func (Scheme) OpenSUV256 ¶
func (Scheme) SealK256N192 ¶
func (Scheme) SealK256N64 ¶
Click to show internal directories.
Click to hide internal directories.