pqc icon indicating copy to clipboard operation
pqc copied to clipboard

Reference implementations of post-quantum cryptographic primitives

Results 4 pqc issues
Sort by recently updated
recently updated
newest added

That's because of "The two attacks related to SHA-256-based parameters claiming category 5 security will need to be carefully considered when selecting which parameters of SPHINCS+ to standardize. In both...

After removing ``-Wno-stringop-verread -Wno-stringop-overflow`` I'm getting: ``` cd /home/kris/repos/pqc/build/src/kem/sike && /usr/bin/cc -DPQCLEAN_NAMESPACE=PQC_SIKEP434_CLEAN -DPQC_ASM=1 -I/home/kris/repos/pqc/public -I/home/kris/repos/pqc/src/common -I/home/kris/repos/pqc/src -I/home/kris/repos/pqc/3rd/cpu_features/include -I/home/kris/repos/pqc/src/kem/sike/src/common -I/home/kris/repos/pqc/src/kem/sike -Wno-ignored-qualifiers -Wall -Werror -Wextra -Wpedantic -Wshadow -Wno-variadic-macros -Wundef -Wunused-result -Wno-unused-command-line-argument -Wno-array-parameter...

After removing ``-Wno-array-parameter`` I'm getting some errors in kyber. probably no problem

See arm branch to get an idea of what to do to make it compile