consistency_checks:
  - source:
      scheme: sphincs-shake256-256s-robust
      implementation: avx2
    files:
      - address.c
      - address.h
      - fors.c
      - fors.h
      - hash.h
      - sign.c
      - thash.h
      - utils.c
      - utils.h
      - wots.c
      - wots.h
  - source:
      scheme: sphincs-sha256-128s-simple
      implementation: avx2
    files:
      - hash_state.h
      - sha256.c
      - sha256.h
      - hash_sha256.c
      - thash_sha256_simple.c
      - thashx8.h
      - thash_sha256_simplex8.c
      - utilsx8.c
      - utilsx8.h
  - source:
      scheme: sphincs-sha256-192s-simple
      implementation: avx2
    files:
      - hash_state.h
      - sha256.c
      - sha256.h
      - hash_sha256.c
      - thash_sha256_simple.c
      - thashx8.h
      - thash_sha256_simplex8.c
      - utilsx8.c
      - utilsx8.h
  - source:
      scheme: sphincs-sha256-192f-simple
      implementation: avx2
    files:
      - hash_state.h
      - sha256.c
      - sha256.h
      - hash_sha256.c
      - thash_sha256_simple.c
      - thashx8.h
      - thash_sha256_simplex8.c
      - utilsx8.c
      - utilsx8.h
  - source:
      scheme: sphincs-sha256-256s-simple
      implementation: avx2
    files:
      - hash_state.h
      - sha256.c
      - sha256.h
      - hash_sha256.c
      - thash_sha256_simple.c
      - thashx8.h
      - thash_sha256_simplex8.c
      - utilsx8.c
      - utilsx8.h
  - source:
      scheme: sphincs-sha256-256f-simple
      implementation: avx2
    files:
      - hash_state.h
      - sha256.c
      - sha256.h
      - hash_sha256.c
      - thash_sha256_simple.c
      - thashx8.h
      - thash_sha256_simplex8.c
      - utilsx8.c
      - utilsx8.h
  - source:
      scheme: sphincs-sha256-128f-simple
      implementation: clean
    files:
      - address.c
      - address.h
      - api.h
      - fors.h
      - hash.h
      - hash_state.h
      - params.h
      - sha256.c
      - sha256.h
      - sign.c
      - thash.h
      - thash_sha256_simple.c
      - utils.c
      - utils.h
      - wots.h