-
Notifications
You must be signed in to change notification settings - Fork 599
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
not satisfied with the benchmark result #3
Comments
thanks. similar to DES, SM4 is slow compared with other block ciphers, especially AES. Will keep this issue open and take some time to optimize this. And pull requests are welcome. |
Speed up approx 70 %. |
#11 merged. thanks |
the speed is comparable to twofish now. 4x faster than 3des. |
the next step is to add support for |
performance improved in 1.1.0 |
SM4 is slow compared to other block ciphers, and it has many memory allocations when crypting.
am I misused this library or may be any improvements can be taken?
The text was updated successfully, but these errors were encountered: