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.
 
 
 
 

43 lines
647 B

  1. consistency_checks:
  2. - source:
  3. scheme: newhope1024cca
  4. implementation: clean
  5. files:
  6. - ntt.c
  7. - poly.c
  8. - precomp.c
  9. - cpapke.c
  10. - reduce.c
  11. - verify.c
  12. - params.h
  13. - cpapke.h
  14. - ntt.h
  15. - poly.h
  16. - reduce.h
  17. - verify.h
  18. - source:
  19. scheme: newhope512cca
  20. implementation: clean
  21. files:
  22. - cpapke.c
  23. - reduce.c
  24. - verify.c
  25. - cpapke.h
  26. - ntt.h
  27. - poly.h
  28. - reduce.h
  29. - verify.h
  30. - source:
  31. scheme: newhope512cpa
  32. implementation: clean
  33. files:
  34. - kem.c
  35. - cpapke.c
  36. - reduce.c
  37. - verify.c
  38. - cpapke.h
  39. - ntt.h
  40. - poly.h
  41. - reduce.h
  42. - verify.h