Skip to content

Commit

Permalink
ccm: Mention AES-CCM in README (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn authored Mar 25, 2024
1 parent 5fd83bf commit 3322938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ccm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Pure Rust implementation of the Counter with CBC-MAC ([CCM]) mode ([RFC 3610]):
Authenticated Encryption with Associated Data ([AEAD]) algorithm generic over
block ciphers with block size equal to 128 bits.

For example, it can be combined with AES into the various parametrizations of
AES-CCM.

[Documentation][docs-link]

## Security Notes
Expand Down

0 comments on commit 3322938

Please sign in to comment.