|
| | ChaCha20Poly1305 (ReadOnlySpan< byte > key) |
| |
| | ChaCha20Poly1305 (byte[] key) |
| |
| void | Encrypt (byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[]? associatedData=null) |
| |
| void | Encrypt (ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >)) |
| |
| void | Decrypt (byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[]? associatedData=null) |
| |
| void | Decrypt (ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >)) |
| |
| void | Dispose () |
| |
Definition at line 11 of file ChaCha20Poly1305.cs.
The documentation for this class was generated from the following file:
- source/System.Security.Cryptography.Algorithms/System.Security.Cryptography/ChaCha20Poly1305.cs