-
Notifications
You must be signed in to change notification settings - Fork 484
Add SM4 block cipher [reboot] #657
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
ba77a47 to
6368281
Compare
|
I believe this is ready for review |
6368281 to
b45ecee
Compare
|
All fixups squashed too |
b45ecee to
4e198ef
Compare
|
Hmmmm, coveralls says that only 1 line in the new code is covered... huh??? |
oopsie :D race condition on the cipher ID with the addition of DES-X via #587 😬 |
4e198ef to
0de6216
Compare
0de6216 to
0db8b7a
Compare
|
What do you think of those |
7518c4c to
8312ed1
Compare
8312ed1 to
7b26360
Compare
|
They are all fine, so I adopted (squashed) them all |
SM4 (formerly SMS4)[1] is a block cipher used in the Chinese National Standard for Wireless LAN WAPI (Wired Authentication and Privacy Infrastructure). --from wikipedia
7b26360 to
6f15a45
Compare
|
Now also rebased on a fresher develop |
SM4 (formerly SMS4)[1] is a block cipher used in the Chinese
National Standard for Wireless LAN WAPI (Wired Authentication
and Privacy Infrastructure).
--from wikipedia
Checklist
This is a reboot of #457, which seems to have been abandoned by its author