https://github.com/mit-plv/fiat-crypto
Revision 6ccc6638716d4632304baf1adbb5c47c3a12ea6f authored by Jason Gross on 22 March 2022, 01:49:47 UTC, committed by Jason Gross on 22 March 2022, 14:55:46 UTC
Roughly the issue is that app_consts leaves over spurious x * 1 that
don't get removed by subsequent passes.  c.f.
https://github.com/mit-plv/fiat-crypto/pull/1134#issuecomment-1074461171
1 parent 2f04776
History
Tip revision: 6ccc6638716d4632304baf1adbb5c47c3a12ea6f authored by Jason Gross on 22 March 2022, 01:49:47 UTC
Fix `app_consts`
Tip revision: 6ccc663
File Mode Size
curve25519_32.c -rw-r--r-- 105.4 KB
curve25519_64.c -rw-r--r-- 48.5 KB
p224_32.c -rw-r--r-- 185.1 KB
p224_64.c -rw-r--r-- 95.6 KB
p256_32.c -rw-r--r-- 228.4 KB
p256_64.c -rw-r--r-- 92.8 KB
p384_32.c -rw-r--r-- 526.5 KB
p384_64.c -rw-r--r-- 190.4 KB
p434_64.c -rw-r--r-- 248.4 KB
p448_solinas_64.c -rw-r--r-- 92.8 KB
p521_64.c -rw-r--r-- 97.7 KB
poly1305_32.c -rw-r--r-- 39.7 KB
poly1305_64.c -rw-r--r-- 25.9 KB
secp256k1_32.c -rw-r--r-- 277.5 KB
secp256k1_64.c -rw-r--r-- 100.4 KB

back to top