This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
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> |