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);
36
public override void Dispose() =>
_chacha
.Dispose();