consistency_checks:
  - source:
      scheme: falcon-512
      implementation: avx2
    files:
      - api.h
      - codec.c
      - common.c
      - keygen.c
      - pqclean.c
      - vrfy.c
  - source:
      scheme: falcon-1024
      implementation: clean
    files:
      - fpr.h
      - codec.c
      - common.c
      - fft.c
      - fpr.c
      - keygen.c
      - rng.c
      - sign.c
      - vrfy.c
  - source:
      scheme: falcon-1024
      implementation: avx2
    files:
      - codec.c
      - common.c
      - keygen.c
      - vrfy.c