Skip to content

Commit

Permalink
Drop public zkparams (which are unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-signal committed Dec 13, 2024
1 parent 31f8989 commit 9763ffe
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,7 @@ public class ZkConfiguration {
@NotNull
private byte[] serverSecret;

@JsonProperty
@JsonSerialize(using = ByteArrayAdapter.Serializing.class)
@JsonDeserialize(using = ByteArrayAdapter.Deserializing.class)
@NotNull
private byte[] serverPublic;

public byte[] getServerSecret() {
return serverSecret;
}

public byte[] getServerPublic() {
return serverPublic;
}

}

0 comments on commit 9763ffe

Please sign in to comment.