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

  1. consistency_checks:
  2. - source:
  3. scheme: saber
  4. implementation: clean
  5. files:
  6. - api.h
  7. - cbd.h
  8. - pack_unpack.h
  9. - SABER_indcpa.h
  10. - SABER_params.h
  11. - verify.h
  12. - cbd.c
  13. - kem.c
  14. - pack_unpack.c
  15. - verify.c
  16. - source:
  17. scheme: firesaber
  18. implementation: clean
  19. files:
  20. - cbd.h
  21. - pack_unpack.h
  22. - SABER_indcpa.h
  23. - verify.h
  24. - kem.c
  25. - verify.c
  26. - source:
  27. scheme: firesaber
  28. implementation: avx2
  29. files:
  30. - cbd.h
  31. - pack_unpack.h
  32. - poly.h
  33. - SABER_indcpa.h
  34. - verify.h
  35. - kem.c
  36. - poly.c
  37. - poly_mul.c
  38. - SABER_indcpa.c
  39. - verify.c