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.
 
 
 

62 lines
1.3 KiB

  1. consistency_checks:
  2. - source:
  3. scheme: sphincs-shake256-256s-robust
  4. implementation: clean
  5. files:
  6. - address.c
  7. - address.h
  8. - fors.c
  9. - fors.h
  10. - hash.h
  11. - sign.c
  12. - thash.h
  13. - utils.c
  14. - utils.h
  15. - wots.c
  16. - wots.h
  17. - source:
  18. scheme: sphincs-sha256-128s-simple
  19. implementation: clean
  20. files:
  21. - hash_state.h
  22. - sha256.c
  23. - sha256.h
  24. - hash_sha256.c
  25. - thash_sha256_simple.c
  26. - source:
  27. scheme: sphincs-sha256-128f-simple
  28. implementation: clean
  29. files:
  30. - hash_state.h
  31. - sha256.c
  32. - sha256.h
  33. - hash_sha256.c
  34. - thash_sha256_simple.c
  35. - source:
  36. scheme: sphincs-sha256-192s-simple
  37. implementation: clean
  38. files:
  39. - hash_state.h
  40. - sha256.c
  41. - sha256.h
  42. - hash_sha256.c
  43. - thash_sha256_simple.c
  44. - source:
  45. scheme: sphincs-sha256-192f-simple
  46. implementation: clean
  47. files:
  48. - hash_state.h
  49. - sha256.c
  50. - sha256.h
  51. - hash_sha256.c
  52. - thash_sha256_simple.c
  53. - source:
  54. scheme: sphincs-sha256-256s-simple
  55. implementation: clean
  56. files:
  57. - hash_state.h
  58. - sha256.c
  59. - sha256.h
  60. - hash_sha256.c
  61. - thash_sha256_simple.c