Skip to content

Commit

Permalink
Fix added secp256r1 to SigningKeyCreationCfg as well
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Pouatcha <[email protected]>
  • Loading branch information
francis-pouatcha committed May 28, 2024
1 parent 99891c5 commit 93502b4
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 93502b4

Please sign in to comment.