Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

An implementation of EliMAC, a fast AES-based Message Authentication Code

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

![EliMAC benchmark results](img/bench-mac.png)