FrodoKEM: Initial implementation

Supports Fast C code, small C code, small stack and assembly for x86_64, Aarch64, Aarch32, Thumb2.
This commit is contained in:
Sean Parkinson
2026-07-08 10:42:30 +10:00
parent 2c5e135bf9
commit 607d7cfdb3
73 changed files with 39316 additions and 276 deletions
+1
View File
@@ -104,6 +104,7 @@ void bench_rsa(int useDeviceID);
void bench_rsa_key(int useDeviceID, word32 keySz);
void bench_dh(int useDeviceID);
void bench_mlkem(int type);
void bench_frodokem(int type);
void bench_lms(void);
void bench_xmss(int hash);
void bench_slhdsa(int param);