-
Notifications
You must be signed in to change notification settings - Fork 17
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
国密库签名验签性能太低 #31
Comments
package main import ( func BenchmarkSM2(t *testing.B) { func BenchmarkTWGCSM2(t *testing.B) { func BenchmarkWSWananSignAndVerify(b *testing.B) {
} func BenchmarkWSWananSignAndVerify2(b *testing.B) {
} func BenchmarkEcdsaSignVerify(b *testing.B) { func BenchmarkSM2SignVerify(b *testing.B) { func BenchmarkTjfocSM2SignVerify(b *testing.B) { func BenchmarkEcdsaSignVerify2(b *testing.B) {
} func BenchmarkSM2SignVerify2(b *testing.B) { func BenchmarkSha256(b *testing.B) { func BenchmarkSM3(b *testing.B) { |
1.3.2版本的国密签名验签比标准库ecda低20倍左右,而网安的是ecdsa的2倍速。
The text was updated successfully, but these errors were encountered: