Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed May 21, 2024
1 parent 62ddd24 commit 851a0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Portable C implementations of the [AEGIS](https://datatracker.ietf.org/doc/draft
- AEGIS-256 with 16 and 32 bytes tags (software, AES-NI, ARM Crypto)
- AEGIS-256X2 with 16 and 32 bytes tags (software, VAES + AVX2, AES-NI, ARM Crypto)
- AEGIS-256X4 with 16 and 32 bytes tags (software, AVX512, VAES + AVX2, AES-NI, ARM Crypto)
- All variants of AEGIS-MAC, supporting incremental updates.
- All variants of AEGIS-MAC, supporting incremental updates and key commitment
- Encryption and decryption with attached and detached tags
- Incremental encryption and decryption.
- Incremental encryption and decryption
- Unauthenticated encryption and decryption (not recommended - only implemented for specific protocols)
- Deterministic pseudorandom stream generation.

Expand Down

0 comments on commit 851a0bb

Please sign in to comment.