Skip to content

Instantly share code, notes, and snippets.

View mjosaarinen's full-sized avatar
🐻
busy with usual space bear stuff

Markku-Juhani O. Saarinen mjosaarinen

🐻
busy with usual space bear stuff
View GitHub Profile
@odzhan
odzhan / aradi.c
Last active August 12, 2024 05:17
/**
ARADI and LLAMA: Low-Latency Cryptography for Memory Encryption
Published in August 2024
Only tested on little-endian CPU.
For more details, see https://eprint.iacr.org/2024/1240
*/
#include <stdint.h>