Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amirylm authored Nov 6, 2023
1 parent f78c8e4 commit 3e1e4ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/bls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This package shows a high level integration with BLS based networks.
- [github.com/herumi/bls-eth-go-binary](https://github.com/herumi/bls-eth-go-binary) is the library used for BLS signatures.
- [BLS Multi-Signatures With Public-Key Aggregation](https://crypto.stanford.edu/~dabo/pubs/papers/BLSmultisig.html)
- [BLS Signatures Part 1 — Overview](https://alonmuroch-65570.medium.com/bls-signatures-part-1-overview-47d9eebf1c75)
- [BLS signatures in Solidity](https://ethresear.ch/t/bls-signatures-in-solidity/7919)

## Overview

Expand Down Expand Up @@ -40,4 +41,4 @@ NOTE: nodes also verifies that the report is valid by checking the sequence numb

```shell
make test-bls
```
```

0 comments on commit 3e1e4ed

Please sign in to comment.