mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-31 02:53:14 +00:00
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:
parent
4b0b454d4a
commit
c90f1be217
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user