Searched defs:aesGCMAEAD (Results 1 – 1 of 1) sorted by relevance
27 type aesGCMAEAD struct { struct29 aeadID uint1630 keyLen int47 func (a *aesGCMAEAD) seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) {58 func (a *aesGCMAEAD) open(key, nonce, ciphertext, associatedData []byte) ([]byte, error) {69 func (a *aesGCMAEAD) id() uint16 {73 func (a *aesGCMAEAD) keyLength() int {77 func (a *aesGCMAEAD) nonceLength() int {