Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastinas/ascon-aead
Rust implemention of Ascon
https://github.com/sebastinas/ascon-aead
Last synced: about 1 month ago
JSON representation
Rust implemention of Ascon
- Host: GitHub
- URL: https://github.com/sebastinas/ascon-aead
- Owner: sebastinas
- License: mit
- Created: 2021-04-22T19:49:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T18:57:17.000Z (over 1 year ago)
- Last Synced: 2024-11-19T04:00:55.339Z (about 1 month ago)
- Language: Rust
- Size: 821 KB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ascon
This repository is deprecated. For the AEAD implementation check RustCrypto's
[AEADs](https://github.com/RustCrypto/AEADs/) repository and for the hash see
[hashes](https://github.com/RustCrypto/hashes/).