mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
add ec
code need some updates
This commit is contained in:
@@ -221,7 +221,7 @@ int main(int argc, char **argv)
|
||||
p = pt(dgst);
|
||||
if (memcmp(dgstbuf, dgst, dgstlen) != 0) {
|
||||
printf("error calculating SM3 on %s\n", testhex[i]);
|
||||
printf("got %s instead of %s\n", p, testhex[i]);
|
||||
printf("got %s instead of %s\n", p, dgsthex[i]);
|
||||
} else {
|
||||
printf("test %d ok\n", i+1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user