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

Add ecrypt test vectors #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add ecrypt test vectors #1

wants to merge 2 commits into from

Conversation

oxarbitrage
Copy link
Owner

This PR create tests for the ecrypt test vectors. The current implementation only accepts 256 key bit size so only those are tested.

The conclusion is that the implementation is compatible with the 256 bit test vectors form ecrypt which is what i was trying to figure out:

% cargo test ecrypt_test_vectors
...
running 1 test
test ecrypt::ecrypt_test_vectors ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 9 filtered out; finished in 0.01s
...
% 

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