Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deal with failing test vectors #9

Open
mikeboers opened this issue Feb 21, 2013 · 0 comments
Open

How to deal with failing test vectors #9

mikeboers opened this issue Feb 21, 2013 · 0 comments

Comments

@mikeboers
Copy link
Owner

Due to what I believe to be changes to my compiler on OS X, the test vectors for the "kseed" cipher are failing, and the user should be warned that they are incorrect.

I would like to start running every library test on startup, but that will likely be too much overhead (likely 0.1s) for me to be comfortable.

Instead, running each test once, the first time a given cipher/hash/etc. is instantiated (since the descriptor functionality should not be affected) is likely a good tradeoff, raising a RuntimeError if the test does not pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant