-
I've added the list of words for the current chapter of the Finnish course.
-
secp will be support sm2?
Nu1i updated
7 months ago
-
等待SM2的加解密算法~
-
explications sur les améliorations du sm2 faites par anki :
http://www.antimoon.com/forum/t16080.htm
algo SM2: https://github.com/JNazare/sm-2/blob/master/sm2.py
Extraits de la FAQ d'AN…
-
The bug I found is about function sm2_sig_gen in crypto/sm2/sm2_sign.c:185 .
Explicit formulas:
x1,_ = kG , r = (x1 + e) mod N, s = (d + 1)^-1 * (k - rd mod N) mod N
We only check r == 0 o…
-
### ecparam命令
openssl ecparam -h
| General options | detail | note |
|-------------------|------------------------------------------|-----|
| -help …
-
-
老版本3.1.1签名出来的数据,master无法验签通过
// Q(x,y) = s * G + t * P
sm2_z256_point_mul_generator(&R, s);
sm2_z256_point_mul(&T, t, &key->public_key);
sm2_z256_point_add(&R, &R, &T);
sm2_z256_point_get_xy…
-
GO version: 1.21.6
GmSSL version: 1.3.1
GmSSL Library version: 3.1.1
调用 gmssl.ImportSm2EncryptedPrivateKeyInfoPem 载入加密私钥时,panic
Exception 0xc0000005 0x1 0x24 0x7ffe12b03aca
PC=0x7ffe12b03aca
s…
-
openssl version: OpenSSL 3.3.2 3 Sep 2024 (Library: OpenSSL 3.3.2 3 Sep 2024)
it is system provided
os version: Linux 6.11.2-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.11.2-1kali1 (2024-10-15) x86_64 GNU/L…