diff --git a/ascon/README.md b/ascon/README.md index 78f391f..345a5e0 100644 --- a/ascon/README.md +++ b/ascon/README.md @@ -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