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 be700b3 commit dd30d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/architecture/cometbls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ These improvements will decrease proving times even further, leading to faster b

Boneh–Lynn–Shacham (BLS) signatures form the foundation of CometBLS.
They are cheaper to verify for both regular 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.
This 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 dd30d95

Please sign in to comment.