Home
last modified time | relevance | path

Searched defs:ChaCha20Poly1305InsecureNonce (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tink/go/internal/aead/
H A Dchacha20poly1305_insecure_nonce.go30 type ChaCha20Poly1305InsecureNonce struct { struct
31 Key []byte
45 … *ChaCha20Poly1305InsecureNonce) Encrypt(nonce, plaintext, associatedData []byte) ([]byte, error) {
57 …*ChaCha20Poly1305InsecureNonce) Decrypt(nonce, ciphertext, associatedData []byte) ([]byte, error) {