Skip to content

Commit

Permalink
Merge branch develop into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Bobolz committed Jan 21, 2023
2 parents f2c4e07 + 4d698e9 commit d98d95c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 64 deletions.
62 changes: 0 additions & 62 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
group = 'org.cryptimeleon'
archivesBaseName = project.name
boolean isRelease = project.hasProperty("release")
version = '4.0.0' + (isRelease ? "" : "-SNAPSHOT")
version = '4.0.1' + (isRelease ? "" : "-SNAPSHOT")


sourceCompatibility = 1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class ECDSASignatureScheme implements SignatureScheme {

static final String ALGORITHM = "EC";
static final String CURVE = "secp256k1";
static final String CURVE = "secp256r1";
private static final String SIGNING_ALGORITHM = "SHA256withECDSA";
private final Signature signer;

Expand Down

0 comments on commit d98d95c

Please sign in to comment.