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
648 B

  1. consistency_checks:
  2. - source:
  3. scheme: newhope1024cpa
  4. implementation: clean
  5. files:
  6. - kem.c
  7. - cpapke.c
  8. - reduce.c
  9. - verify.c
  10. - cpapke.h
  11. - ntt.h
  12. - poly.h
  13. - reduce.h
  14. - verify.h
  15. - source:
  16. scheme: newhope1024cca
  17. implementation: clean
  18. files:
  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: newhope512cca
  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