Use sm3_pbkdf2 without digest API

This commit is contained in:
Zhi Guan
2024-04-19 13:21:52 +08:00
parent 356e618d99
commit 725817add9
12 changed files with 86 additions and 152 deletions

View File

@@ -869,8 +869,6 @@ static int test_sm2_z256_point_from_hash(void)
printf("%s() ok\n", __FUNCTION__);
return 1;
}