quarkslab / crypto-condor

crypto-condor is a Python library for compliance testing of implementations of cryptographic primitives
https://quarkslab.github.io/crypto-condor/latest/index.html
Apache License 2.0
17 stars 3 forks source link

primitives: ensure key uniqueness for ResultsDict #8

Open JulioLoayzaM opened 2 months ago

JulioLoayzaM commented 2 months ago

Related to #7, Wycheproof tests use a single key for any key length, which may lead to overwriting if testing them separately. The key should depend on the key length being tested to prevent this.