mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-07-01 02:03:37 +08:00
add sm2
This commit is contained in:
@@ -88,7 +88,7 @@ int Test_Range(big x)
|
|||||||
convert(1, one);
|
convert(1, one);
|
||||||
decr(para_n, 1, decr_n);
|
decr(para_n, 1, decr_n);
|
||||||
|
|
||||||
if ((mr_compare(x, one) < 0) | (compare(x, decr_n) > 0))
|
if ((mr_compare(x, one) < 0) | (mr_compare(x, decr_n) > 0))
|
||||||
return 1;
|
return 1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user