Argyle-Software / kyber

A rust implementation of the Kyber post-quantum KEM
https://docs.rs/pqc_kyber/
Apache License 2.0
164 stars 37 forks source link

NASM AVX2 Feature #41

Closed mberry closed 1 year ago

mberry commented 1 year ago

Added: Assembly files ported to Netwide Assembler Added: Standard library feature gate to include panic unwinding Closes: #37 Updated: run_all_tests.sh to check for a NASM variable and run tests Updated: readme features table
Updated: CI to install NASM compiler and run tests using both GAS and NASM on linux Fix: CI file permissions