mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-18 02:43:40 +08:00
add gmssl command
This commit is contained in:
@@ -87,9 +87,9 @@ int main(void)
|
||||
gf128_t T = gf128_mul(C, H);
|
||||
|
||||
|
||||
gf128_print("C = ", C);
|
||||
gf128_print("H = ", H);
|
||||
gf128_print("C * H = ", T);
|
||||
gf128_print(stderr, 0, 0, "C", C);
|
||||
gf128_print(stderr, 0, 0, "H", H);
|
||||
gf128_print(stderr, 0, 0, "C * H", T);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user