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.
 
 
 
 

40 lines
610 B

  1. consistency_checks:
  2. - source:
  3. scheme: dilithium2
  4. implementation: clean
  5. files:
  6. - ntt.c
  7. - ntt.h
  8. - packing.c
  9. - packing.h
  10. - poly.h
  11. - polyvec.c
  12. - polyvec.h
  13. - reduce.c
  14. - reduce.h
  15. - rounding.c
  16. - rounding.h
  17. - sign.c
  18. - sign.h
  19. - symmetric.c
  20. - symmetric.h
  21. - source:
  22. scheme: dilithium3
  23. implementation: clean
  24. files:
  25. - ntt.c
  26. - ntt.h
  27. - packing.c
  28. - packing.h
  29. - poly.h
  30. - polyvec.c
  31. - polyvec.h
  32. - reduce.c
  33. - reduce.h
  34. - rounding.c
  35. - rounding.h
  36. - sign.c
  37. - sign.h
  38. - symmetric.c
  39. - symmetric.h