mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-04 03:14:13 +02:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user