-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Restructure vectors into ciphers/hashes/hmac #198
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
Conversation
I'm not sure stuff is really fully consistent under this patch, there seems to be |
|
Going by mode for ciphers sounds like a great idea. On Thu, Oct 31, 2013 at 9:37 AM, Paul Kehrer notifications@github.comwrote:
"I disapprove of what you say, but I will defend to the death your right to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test_OpenSSL
doesn't seem like a very good name anymore? Probably this should just be test_{mode}
? That's at least what TestAESCTR.test_OpenSSL appears to have ended up as. Maybe they should even be moved to a single TestCamellia
class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that makes sense. We could also collapse the test classes for the other ciphers to be consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Want to rename these to be test_{mode}
and collapse in a separate pull request?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Up to you since you're reviewing. I'm fine with a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, lets rename the methods here, and then I'll merge it, and we can do the collapse in a separate pull request.
Restructure vectors into ciphers/hashes/hmac
Remove the out-of-date rationale document.
Also restructures the tests. Refs #184