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.
 
 
 
 

45 lines
650 B

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