rustpq / pqcrypto

Rust Post-Quantum cryptography
226 stars 41 forks source link

Check `cryptographically-insecure` feature before running dependent tests #43

Closed JustinWoodring closed 2 years ago

JustinWoodring commented 2 years ago

This scopes tests dependent upon the cryptographically-insecure feature to be run only with the cryptographically-insecure feature is enabled.

This is a solution to issue #42

mouse07410 commented 2 years ago

I'd appreciate if this could be merged, please.

thomwiggers commented 2 years ago

Not sure why this didn't get merged yet, but thanks again.