1 write to _chacha
System.Security.Cryptography (1)
System\Security\Cryptography\HpkeManagedChaCha20Poly1305AeadAdapter.cs (1)
13_chacha = new ChaCha20Poly1305(key);
3 references to _chacha
System.Security.Cryptography (3)
System\Security\Cryptography\HpkeManagedChaCha20Poly1305AeadAdapter.cs (3)
23_chacha.Encrypt(nonce, plaintext, ciphertext, tag, associatedData); 33_chacha.Decrypt(nonce, ciphertext, tag, plaintext, associatedData); 36public override void Dispose() => _chacha.Dispose();