AEADs icon indicating copy to clipboard operation
AEADs copied to clipboard

Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers

Results 52 AEADs issues
Sort by recently updated
recently updated
newest added

The type `ChaCha20Poly1305` should implement `Zeroize`. Also, I do not sure if `AesGcm` should implement `Zeroize` too. It will allow the user to implement `Zeroize` for types containing them.

Following up from https://github.com/RustCrypto/meta/issues/10, this is an issue for discussion potentially adding "recommended" badges to certain algorithms in this repo: ![Recommended: Yes](https://img.shields.io/badge/recommended-yes-success.svg)

Similar to #62, except with EAX. I would like to be able to interoperate with an existing protocol that uses 32-bit nonces. Presumably this could be implemented similarly to #126,...

Bumps [ctr](https://github.com/RustCrypto/block-modes) from 0.9.1 to 0.9.2. Commits 6532094 ctr: implement Clone directly instead of deriving it (#24) 37276dd ctr: add comment to doc example to clarify seek usage (#22) b8967df...

dependencies

The current naming scheme in the AES-SIV uses a different naming scheme for the lengths than rfc5297, naming the algorithm lengths to the number of bits of security provided rather...

Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.3 to 0.10.5. Commits 4c89bc9 digest: MSRV fix release (#1117) f7968a1 digest: add implementations of the AssociatedOid trait (#1098) c9a8d73 signature_derive: fix Digest* trait derivation (#1115) 1b3f0c7...

dependencies

This adds a mention of AES-CCM in CCM's README as an example. AES-CCM is the most prominent use case of CCM, as evidenced by the wikipedia articles both of CCM...

This is an optimized implementation of the (SUNDAE)[https://tosc.iacr.org/index.php/ToSC/article/view/7296/6470] AEAD cipher using x86_64 instructions. SUNDAE reached the second stage of the (NIST lightweight cryptography competition)[https://csrc.nist.gov/Projects/lightweight-cryptography] as part of SUNDAE-GIFT and is...

Depends: - https://github.com/RustCrypto/block-ciphers/pull/413 - https://github.com/RustCrypto/block-modes/pull/56 - https://github.com/RustCrypto/MACs/pull/158 - https://github.com/RustCrypto/stream-ciphers/pull/345 - https://github.com/RustCrypto/traits/pull/1531 - https://github.com/RustCrypto/universal-hashes/pull/196