mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-30 02:23:31 +00:00
README.md: add ascon (#33)
This commit is contained in:
parent
75b1918ee9
commit
88c73ff02b
@ -8,6 +8,7 @@ Collection of [sponge functions] written in pure Rust.
|
||||
|
||||
| Crate | Algorithm | Crates.io | Documentation |
|
||||
|------------|------------|-----------|---------------|
|
||||
| [`ascon`] | [Ascon] | [](https://crates.io/crates/ascon) | [](https://docs.rs/ascon) |
|
||||
| [`keccak`] | [Keccak] | [](https://crates.io/crates/keccak) | [](https://docs.rs/keccak) |
|
||||
|
||||
## License
|
||||
@ -33,9 +34,11 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||
|
||||
[//]: # (crates)
|
||||
|
||||
[`ascon`]: ./ascon
|
||||
[`keccak`]: ./keccak
|
||||
|
||||
[//]: # (algorithms)
|
||||
|
||||
[sponge functions]: https://en.wikipedia.org/wiki/Sponge_function
|
||||
[Ascon]: https://ascon.iaik.tugraz.at/
|
||||
[Keccak]: https://en.wikipedia.org/wiki/BLAKE_(hash_function)#BLAKE2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user