Skip to content

Commit f3b5887

Browse files
committed
fix typo
1 parent bebc3d6 commit f3b5887

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/bls/bls.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ BLS_DLL_API void blsSignatureAdd(blsSignature *sig, const blsSignature *rhs);
220220

221221
/*
222222
verify whether a point of an elliptic curve has order r
223-
This api affetcs setStr(), deserialize() for G2 on BN or G1/G2 on BLS12
223+
This api affects setStr(), deserialize() for G2 on BN or G1/G2 on BLS12
224224
@param doVerify [in] does not verify if zero(default 1)
225225
Signature = G1, PublicKey = G2
226226
*/

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ void blsMultiAggregatePublicKey(
274274
```
275275
Set `aggPub = sum_{i=0^n-1} pubVec[i] t_i, where (t_1, ..., t_n) = Hash({pubVec[0..n-1]})`.
276276

277-
## How to build a static library by ownself
277+
## How to build a static library by oneself
278278

279279
The following description is for `BLS_ETH=1` mode.
280280
Remove it if you need PublicKey as G1.

0 commit comments

Comments
 (0)