Reference implementations of PQC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 rivejä
543 B

  1. consistency_checks:
  2. - source:
  3. scheme: falcon512
  4. implementation: avx2
  5. files:
  6. - api.h
  7. - codec.c
  8. - common.c
  9. - keygen.c
  10. - pqclean.c
  11. - vrfy.c
  12. - source:
  13. scheme: falcon1024
  14. implementation: clean
  15. files:
  16. - fpr.h
  17. - codec.c
  18. - common.c
  19. - fft.c
  20. - fpr.c
  21. - keygen.c
  22. - rng.c
  23. - sign.c
  24. - vrfy.c
  25. - source:
  26. scheme: falcon1024
  27. implementation: avx2
  28. files:
  29. - codec.c
  30. - common.c
  31. - keygen.c
  32. - vrfy.c