pqc/test/duplicate_consistency/sphincs-haraka-256s-robust-aesni.yml
Thom Wiggers facb527c7c SPHINCS+ optimized implementations (#253)
* Add state destroy to SHA2 API

* Include optimized SPHINCS+ implementations

I've generated new implementations from the sphincsplus repository.

* Don't destroy sha256ctx after finalize

* Attempt to shut up MSVC

* Make sure to drop errors in rmtree
2021-03-24 21:02:45 +00:00

120 lines
2.4 KiB
YAML

consistency_checks:
- source:
scheme: sphincs-shake256-256s-robust
implementation: aesni
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-haraka-128s-robust
implementation: aesni
files:
- hash_state.h
- haraka.c
- haraka.h
- hash_haraka.c
- thash_haraka_robust.c
- hashx4.h
- hash_harakax4.c
- thashx4.c
- thash_haraka_robust.c
- utilsx4.c
- utilsx4.c
- source:
scheme: sphincs-haraka-128f-robust
implementation: aesni
files:
- hash_state.h
- haraka.c
- haraka.h
- hash_haraka.c
- thash_haraka_robust.c
- hashx4.h
- hash_harakax4.c
- thashx4.c
- thash_haraka_robust.c
- utilsx4.c
- utilsx4.c
- source:
scheme: sphincs-haraka-192s-robust
implementation: aesni
files:
- hash_state.h
- haraka.c
- haraka.h
- hash_haraka.c
- thash_haraka_robust.c
- hashx4.h
- hash_harakax4.c
- thashx4.c
- thash_haraka_robust.c
- utilsx4.c
- utilsx4.c
- source:
scheme: sphincs-haraka-192f-robust
implementation: aesni
files:
- hash_state.h
- haraka.c
- haraka.h
- hash_haraka.c
- thash_haraka_robust.c
- hashx4.h
- hash_harakax4.c
- thashx4.c
- thash_haraka_robust.c
- utilsx4.c
- utilsx4.c
- source:
scheme: sphincs-haraka-256f-robust
implementation: aesni
files:
- hash_state.h
- haraka.c
- haraka.h
- hash_haraka.c
- thash_haraka_robust.c
- hashx4.h
- hash_harakax4.c
- thashx4.c
- thash_haraka_robust.c
- utilsx4.c
- utilsx4.c
- source:
scheme: sphincs-shake256-256s-robust
implementation: avx2
files:
- fors.c
- hashx4.h
- sign.c
- thashx4.h
- utilsx4.c
- utilsx4.h
- wots.c
- source:
scheme: sphincs-haraka-256s-robust
implementation: clean
files:
- address.c
- address.h
- api.h
- fors.h
- hash.h
- hash_haraka.h
- hash_state.h
- params.h
- thash.h
- thash_haraka_robust.c
- utils.c
- utils.h
- wots.h