https://github.com/jedisct1/elimac
An implementation of EliMAC, a fast AES-based Message Authentication Code
https://github.com/jedisct1/elimac
crypto cryptography elihash elimac hash keyed mac
Last synced: 3 months ago
JSON representation
An implementation of EliMAC, a fast AES-based Message Authentication Code
- Host: GitHub
- URL: https://github.com/jedisct1/elimac
- Owner: jedisct1
- Created: 2024-03-25T21:24:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T12:56:34.000Z (about 1 year ago)
- Last Synced: 2025-05-21T13:58:56.095Z (about 1 year ago)
- Topics: crypto, cryptography, elihash, elimac, hash, keyed, mac
- Language: C
- Homepage:
- Size: 163 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EliMAC
[EliMAC](https://tosc.iacr.org/index.php/ToSC/article/view/10979/10412) is a ridiculously fast AES-based Message Authentication Code.
It was designed by Christoph Dobraunig, Bart Mennink and Samuel Neves, and was presented at FSE 2024.
This is an experimental implementation for x86_64 and ARM64 CPUs with AES extensions, leveraging precomputation.
WIP, untested, do not use for anything yet.
## Benchmarks
