pqc/test/duplicate_consistency/sphincs-shake256-192s-robust-clean.yml
Thom Wiggers a655ec8a9d 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
2019-12-12 14:29:29 +01:00

62 行
1.3 KiB
YAML

consistency_checks:
- source:
scheme: sphincs-sha256-256s-robust
implementation: clean
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-shake256-128s-robust
implementation: clean
files:
- hash_state.h
- shake256.c
- shake256.h
- hash_shake256.c
- thash_shake256_robust.c
- source:
scheme: sphincs-shake256-128f-robust
implementation: clean
files:
- hash_state.h
- shake256.c
- shake256.h
- hash_shake256.c
- thash_shake256_robust.c
- source:
scheme: sphincs-shake256-192f-robust
implementation: clean
files:
- hash_state.h
- shake256.c
- shake256.h
- hash_shake256.c
- thash_shake256_robust.c
- source:
scheme: sphincs-shake256-256s-robust
implementation: clean
files:
- hash_state.h
- shake256.c
- shake256.h
- hash_shake256.c
- thash_shake256_robust.c
- source:
scheme: sphincs-shake256-256f-robust
implementation: clean
files:
- hash_state.h
- shake256.c
- shake256.h
- hash_shake256.c
- thash_shake256_robust.c