Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Actually not sure if this is correct - but the only other occurence of `sigPk` is a `BBSPlusPublicKeyG2`. At least it looks wrong to have the `sigPk` be of type `BBSPlusSecretKey`...
  • Loading branch information
ineiti authored and lovesh committed Oct 27, 2024
1 parent 3a42f6a commit 34f6d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ const sigParams = SignatureParamsG1.generate(5, label);
// Signers keys
const sigSk: BBSPlusSecretKey = ...;
const sigPk: BBSPlusSecretKey = ...;
const sigPk: BBSPlusPublicKeyG2 = ...;
// Accumulator manager's params, keys and state
const accumParams = PositiveAccumulator.generateParams(stringToBytes('Accumulator params'));
Expand Down

0 comments on commit 34f6d3b

Please sign in to comment.