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.
 
 
 
 

41 rivejä
748 B

  1. consistency_checks:
  2. - source:
  3. scheme: saber
  4. implementation: avx2
  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. - poly.h
  23. - poly_mul.h
  24. - SABER_indcpa.h
  25. - verify.h
  26. - kem.c
  27. - poly.c
  28. - poly_mul.c
  29. - SABER_indcpa.c
  30. - verify.c
  31. - source:
  32. scheme: firesaber
  33. implementation: avx2
  34. files:
  35. - cbd.h
  36. - pack_unpack.h
  37. - SABER_indcpa.h
  38. - verify.h
  39. - kem.c
  40. - verify.c