AES-GCM-SIV: Add implementation in C and assembly

Added assembly for Intel x64, ARM64, ARM32, Thumb2.
This commit is contained in:
Sean Parkinson
2026-06-30 07:17:47 +10:00
parent 9d3152cae2
commit 2c0e235bd1
24 changed files with 25121 additions and 1026 deletions
+1
View File
@@ -59,6 +59,7 @@ void bench_aesctr(int useDeviceID);
void bench_aescfb(void);
void bench_aesofb(void);
void bench_aessiv(void);
void bench_aesgcmsiv(void);
void bench_poly1305(void);
void bench_camellia(void);
void bench_sm4_cbc(void);