https://github.com/mupq/pqm4
Revision 26f810d332b829a2c16220294db7a882b2072f4d authored by rugo on 07 June 2022, 08:39:12 UTC, committed by GitHub on 07 June 2022, 08:39:12 UTC
* Add .vscode to gitignore

* Add alignment to arrays used in Kyber to address #235
1 parent 0b50e72
Raw File
Tip revision: 26f810d332b829a2c16220294db7a882b2072f4d authored by rugo on 07 June 2022, 08:39:12 UTC
Fix alignment issues in Kyber (#236)
Tip revision: 26f810d
.gitignore
*.o
*.bin
*.elf
*.a
*.d
testvectors/
benchmarks/
__pycache__/
bin/
bin-host/
compile_commands.json
.vscode
back to top