Skip to content

Commit

Permalink
Merge pull request #322 from adorsys/add_ECDH_minor
Browse files Browse the repository at this point in the history
Fix added secp256r1 to SigningKeyCreationCfg as well
  • Loading branch information
francis-pouatcha committed May 28, 2024
2 parents 99891c5 + 93502b4 commit fc90a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ public static class SigningKeyCreationCfg {
private final String sigAlgo = "SHA256withECDSA";

@Builder.Default
private final String curve = "Curve25519";
private final String curve = "secp256r1";
}
}

0 comments on commit fc90a4d

Please sign in to comment.