feat: v1.12.3
This commit is contained in:
@@ -58,7 +58,7 @@ impl Command for CommandImpl {
|
||||
}
|
||||
|
||||
let algorithm = iff!(algorithm_id == AlgorithmId::EccP256, EcdsaAlgorithm::P256, EcdsaAlgorithm::P384);
|
||||
match ecdsautil::ecdsaverify(algorithm, pk_point, &hash_bytes, &signature) {
|
||||
match ecdsautil::ecdsa_verify(algorithm, pk_point, &hash_bytes, &signature) {
|
||||
Ok(_) => {
|
||||
success!("Verify ECDSA succeed.");
|
||||
if json_output {
|
||||
|
||||
Reference in New Issue
Block a user