ascon: link to ascon-aead and ascon-hash in README.md (#54)

Helps with discovery of the other crates and their relationships
This commit is contained in:
Tony Arcieri 2023-04-03 15:49:13 -06:00 committed by GitHub
parent 4b0b454d4a
commit c90f1be217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,8 @@ easy to implement.
Ascon is a family of lightweight algorithms built on a core permutation
algorithm. These algorithms include:
- [x] Authenticated Encryption with Associated Data (AEAD)
- [x] Hash functions (HASH) and extendible-output functions (XOF)
- [x] [`ascon-aead`]: Authenticated Encryption with Associated Data
- [x] [`ascon-hash`]: Hash functions and extendible-output functions (XOF)
- [ ] Pseudo-random functions (PRF) and message authentication codes (MAC)
Ascon has been selected as [new standard for lightweight cryptography] in the
@ -64,6 +64,8 @@ dual licensed as above, without any additional terms or conditions.
[//]: # (links)
[`ascon-aead`]: https://github.com/RustCrypto/AEADs/tree/master/ascon-aead
[`ascon-hash`]: https://github.com/RustCrypto/hashes/tree/master/ascon-hash
[RustCrypto]: https://github.com/rustcrypto
[Ascon]: https://ascon.iaik.tugraz.at/
[New standard for lightweight cryptography]: https://www.nist.gov/news-events/news/2023/02/nist-selects-lightweight-cryptography-algorithms-protect-small-devices