Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Jan 5, 2025
1 parent bebc3d6 commit f3b5887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/bls/bls.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ BLS_DLL_API void blsSignatureAdd(blsSignature *sig, const blsSignature *rhs);

/*
verify whether a point of an elliptic curve has order r
This api affetcs setStr(), deserialize() for G2 on BN or G1/G2 on BLS12
This api affects setStr(), deserialize() for G2 on BN or G1/G2 on BLS12
@param doVerify [in] does not verify if zero(default 1)
Signature = G1, PublicKey = G2
*/
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ void blsMultiAggregatePublicKey(
```
Set `aggPub = sum_{i=0^n-1} pubVec[i] t_i, where (t_1, ..., t_n) = Hash({pubVec[0..n-1]})`.

## How to build a static library by ownself
## How to build a static library by oneself

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

0 comments on commit f3b5887

Please sign in to comment.