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.
 
 
 

70 lines
1.0 KiB

  1. consistency_checks:
  2. - source:
  3. scheme: kyber512
  4. implementation: avx2
  5. files:
  6. - LICENSE
  7. - cbd.h
  8. - indcpa.h
  9. - params.h
  10. - polyvec.h
  11. - verify.h
  12. - source:
  13. scheme: kyber768
  14. implementation: avx2
  15. files:
  16. - cbd.c
  17. - cbd.h
  18. - consts.c
  19. - consts.h
  20. - fq.inc
  21. - fq.s
  22. - indcpa.h
  23. - invntt.s
  24. - ntt.h
  25. - ntt.s
  26. - polyvec.h
  27. - reduce.h
  28. - rejsample.c
  29. - rejsample.h
  30. - shuffle.inc
  31. - shuffle.s
  32. - verify.c
  33. - verify.h
  34. - source:
  35. scheme: kyber512-90s
  36. implementation: clean
  37. files:
  38. - LICENSE
  39. - cbd.h
  40. - indcpa.h
  41. - params.h
  42. - polyvec.h
  43. - verify.h
  44. - source:
  45. scheme: kyber768-90s
  46. implementation: avx2
  47. files:
  48. - aes256ctr.c
  49. - aes256ctr.h
  50. - cbd.c
  51. - cbd.h
  52. - consts.c
  53. - consts.h
  54. - fq.inc
  55. - fq.s
  56. - indcpa.h
  57. - invntt.s
  58. - ntt.h
  59. - ntt.s
  60. - poly.h
  61. - polyvec.h
  62. - reduce.h
  63. - rejsample.c
  64. - rejsample.h
  65. - shuffle.inc
  66. - shuffle.s
  67. - symmetric.h
  68. - verify.c
  69. - verify.h