Skip to content

Commit

Permalink
Fix readme typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Sep 9, 2024
1 parent 0a9024f commit e04fc9d
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 @@ -257,7 +257,7 @@ const signature = bls.sign(message, privateKey);
const isValid = bls.verify(signature, message, publicKey);
console.log({ publicKey, signature, isValid });

// G2 signatures, G1 keys
// G2 keys, G1 signatures
// getPublicKeyForShortSignatures(privateKey)
// signShortSignature(message, privateKey)
// verifyShortSignature(signature, message, publicKey)
Expand Down

0 comments on commit e04fc9d

Please sign in to comment.