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

  1. consistency_checks:
  2. - source:
  3. scheme: kyber768
  4. implementation: clean
  5. files:
  6. - LICENSE
  7. - cbd.h
  8. - indcpa.h
  9. - params.h
  10. - polyvec.h
  11. - symmetric-fips202.c
  12. - verify.h
  13. - source:
  14. scheme: kyber512
  15. implementation: avx2
  16. files:
  17. - cbd.c
  18. - cbd.h
  19. - consts.c
  20. - consts.h
  21. - fips202x4.c
  22. - fips202x4.h
  23. - fq.inc
  24. - fq.s
  25. - indcpa.h
  26. - invntt.s
  27. - ntt.h
  28. - ntt.s
  29. - poly.h
  30. - polyvec.h
  31. - reduce.h
  32. - rejsample.c
  33. - rejsample.h
  34. - shuffle.inc
  35. - shuffle.s
  36. - symmetric-fips202.c
  37. - symmetric.h
  38. - verify.c
  39. - verify.h