Skip to content

Commit

Permalink
chore: fix semantic expression of BLS cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderfan committed Mar 4, 2025
1 parent 539060e commit 2c8741f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/concepts/bls-signatures.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: BLS Signatures

Boneh–Lynn–Shacham (BLS) signatures form the foundation of [CometBLS](/architecture/cometbls).
They are cheaper to verify for both regular [IBC](/concepts/ibc) and zero-knowledge proof (ZKP) based IBC.
With BLS signatures, we can aggregate the public keys and the signatures and verify the aggregated signature with the aggregated private key.
With BLS signatures, we can aggregate the public keys and the signatures and verify the aggregated signature with the aggregated public key.
BLS signature aggregation has a few advantages:

- Transaction size decreases compared to ECDSA verification. We do not need to transfer all signatures, just the aggregate.
Expand Down

0 comments on commit 2c8741f

Please sign in to comment.