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 lines
704 B

  1. consistency_checks:
  2. - source:
  3. scheme: hqc-rmrs-192
  4. implementation: clean
  5. files:
  6. - api.h
  7. - code.h
  8. - fft.h
  9. - hqc.h
  10. - reed_muller.h
  11. - fft.c
  12. - source:
  13. scheme: hqc-rmrs-256
  14. implementation: clean
  15. files:
  16. - code.h
  17. - fft.h
  18. - hqc.h
  19. - reed_muller.h
  20. - fft.c
  21. - source:
  22. scheme: hqc-rmrs-256
  23. implementation: avx2
  24. files:
  25. - code.h
  26. - fft.h
  27. - gf2x.h
  28. - gf.h
  29. - hqc.h
  30. - parsing.h
  31. - reed_muller.h
  32. - vector.h
  33. - code.c
  34. - fft.c
  35. - gf.c
  36. - hqc.c
  37. - kem.c
  38. - parsing.c
  39. - reed_muller.c
  40. - vector.c