-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid unnecessary copy of ciphertext in ChaCha20 Poly1305 AEAD implem…
…entation. To do this, we directly use golang's implementation (similar to xchacha20poly1305.go) instead of ChaCha20Poly1305InsecureNonce. PiperOrigin-RevId: 534320923 Change-Id: I022f1debb42198a9d83a11bee930f408595e0fa8
- Loading branch information
1 parent
97b1dfa
commit e4ee4b6
Showing
1 changed file
with
36 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters