https://github.com/mupq/pqm4
Revision 6841a6bc3cc5bc0b0e01e5ee33567882e9bca8d3 authored by Matthias J. Kannwischer on 04 January 2021, 02:41:56 UTC, committed by GitHub on 04 January 2021, 02:41:56 UTC
* switch to fixsliced AES

* tweak kyber-90s to use t-table AES for public inputs

* update kyber-90s benchmarks with fixsliced AES

* use t-tabe AES in Frodo for public matrix A

* make ntrulpr work with fixsliced AES

* update fixsliced AES from upstream

* update performance of kyber-90s, ntrulpr, and hqc with new fixsliced AES

* update AES information in README

* rename _leaktime to _publicinputs

* switch to mupq master; simply change include order
1 parent 157e271
History
Tip revision: 6841a6bc3cc5bc0b0e01e5ee33567882e9bca8d3 authored by Matthias J. Kannwischer on 04 January 2021, 02:41:56 UTC
Constant-time AES (https://eprint.iacr.org/2020/1123) (#173)
Tip revision: 6841a6b
File Mode Size
aes-encrypt.S -rw-r--r-- 32.9 KB
aes-keyschedule.S -rw-r--r-- 46.3 KB
aes-publicinputs.S -rw-r--r-- 30.3 KB
aes-publicinputs.c -rw-r--r-- 8.0 KB
aes-publicinputs.h -rw-r--r-- 2.0 KB
aes.c -rw-r--r-- 6.1 KB
aes.h -rw-r--r-- 1.2 KB
crypto_hashblocks_sha512.c -rw-r--r-- 2.5 KB
crypto_hashblocks_sha512_inner32.s -rw-r--r-- 188.7 KB
hal-stm32f4.c -rw-r--r-- 2.7 KB
keccakf1600.S -rw-r--r-- 21.5 KB
randombytes.c -rw-r--r-- 778 bytes

back to top