mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
More package lines
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
package chacha20poly1305 implements the AEAD_CHACHA20_POLY1305 and
|
||||
AEAD_XChaCha20_Poly1305 Authenticated Encryption with Additional Data
|
||||
algorithms.
|
||||
package chacha20poly1305 implements the CHACHA20_POLY1305 and XChaCha20_Poly1305 AEAD algorithms.
|
||||
|
||||
Where AEAD stands for Authenticated Encryption with Additional Data.
|
||||
|
||||
See:
|
||||
- [[ https://www.rfc-editor.org/rfc/rfc8439 ]]
|
||||
|
||||
Reference in New Issue
Block a user