Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr authored Jan 26, 2021
1 parent ffda149 commit e73a7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
which allows a user to sign lots of messages with one signature and verify them swiftly in a batch,
using Boneh-Lynn-Shacham signature scheme.

Matches following specs: [pairing-friendly curves 09](https://tools.ietf.org/html/draft-irtf-cfrg-pairing-friendly-curves-09), [BLS signatures 04](https://tools.ietf.org/html/draft-irtf-cfrg-bls-signature-04), [hash to curve 10](https://tools.ietf.org/html/draft-irtf-cfrg-hash-to-curve-10). To learn more about internals, check out [BLS12-381 For The Rest Of Us](https://hackmd.io/@benjaminion/bls12-381) & [key concepts of pairings](https://medium.com/@alonmuroch_65570/bls-signatures-part-2-key-concepts-of-pairings-27a8a9533d0c).
Matches following specs: [pairing-friendly curves 09](https://tools.ietf.org/html/draft-irtf-cfrg-pairing-friendly-curves-09), [BLS signatures 04](https://tools.ietf.org/html/draft-irtf-cfrg-bls-signature-04), [hash to curve 10](https://tools.ietf.org/html/draft-irtf-cfrg-hash-to-curve-10). To learn more about internals, check out [BLS12-381 for the rest of us](https://hackmd.io/@benjaminion/bls12-381) & [key concepts of pairings](https://medium.com/@alonmuroch_65570/bls-signatures-part-2-key-concepts-of-pairings-27a8a9533d0c). To try it live, see [the online demo](https://paulmillr.com/ecc).

### This library belongs to *noble* crypto

Expand Down

0 comments on commit e73a7b0

Please sign in to comment.