https://github.com/polfosol/simple-ascon
A simplified implementation of ASCON algorithms in C
https://github.com/polfosol/simple-ascon
ascon ascon-family
Last synced: 26 days ago
JSON representation
A simplified implementation of ASCON algorithms in C
- Host: GitHub
- URL: https://github.com/polfosol/simple-ascon
- Owner: polfosol
- License: apache-2.0
- Created: 2023-10-15T12:24:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T12:36:51.000Z (over 1 year ago)
- Last Synced: 2025-05-14T16:16:11.519Z (26 days ago)
- Topics: ascon, ascon-family
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple ASCON
A simplified implementation of [ASCON cipher suite](https://ascon.iaik.tugraz.at) in C.For now a placeholder is added, and the fully tested code will be uploaded as soon as I find the time to clear the clutter and refactor it.