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.
 
 
 
 

44 lines
648 B

  1. consistency_checks:
  2. - source:
  3. scheme: newhope1024cpa
  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. - kem.c
  23. - cpapke.c
  24. - reduce.c
  25. - verify.c
  26. - cpapke.h
  27. - ntt.h
  28. - poly.h
  29. - reduce.h
  30. - verify.h
  31. - source:
  32. scheme: newhope512cpa
  33. implementation: clean
  34. files:
  35. - cpapke.c
  36. - reduce.c
  37. - verify.c
  38. - cpapke.h
  39. - ntt.h
  40. - poly.h
  41. - reduce.h
  42. - verify.h