From dd30d953f3e20064fd6e4c1c844b20328fb1e86f Mon Sep 17 00:00:00 2001 From: wonderfan Date: Tue, 4 Mar 2025 07:30:28 +0000 Subject: [PATCH] chore: fix semantic expression of BLS cryptography --- docs/src/content/docs/architecture/cometbls.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/architecture/cometbls.mdx b/docs/src/content/docs/architecture/cometbls.mdx index 1f49f35338..29ce269456 100644 --- a/docs/src/content/docs/architecture/cometbls.mdx +++ b/docs/src/content/docs/architecture/cometbls.mdx @@ -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.