From 2c8741fe6c993a13ecc923885db3b10afc98f279 Mon Sep 17 00:00:00 2001 From: wonderfan Date: Tue, 4 Mar 2025 07:52:14 +0000 Subject: [PATCH] chore: fix semantic expression of BLS cryptography --- docs/src/content/docs/concepts/bls-signatures.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/concepts/bls-signatures.mdx b/docs/src/content/docs/concepts/bls-signatures.mdx index 771d29b902..5b8983b955 100644 --- a/docs/src/content/docs/concepts/bls-signatures.mdx +++ b/docs/src/content/docs/concepts/bls-signatures.mdx @@ -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.