Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Release 0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 5, 2020
1 parent b6240f5 commit 90fc183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ bls12-381, a pairing-friendly Barreto-Lynn-Scott elliptic curve construction. Al

**The [fastest](#speed) implementation written in a scripting language**. Matches following specs:

- [Pairing-friendly curves 08](https://tools.ietf.org/html/draft-irtf-cfrg-pairing-friendly-curves-08)
- [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 09](https://tools.ietf.org/html/draft-irtf-cfrg-hash-to-curve-09)
- [Hash to curve 10](https://tools.ietf.org/html/draft-irtf-cfrg-hash-to-curve-10)

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 get started with the primitives.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noble-bls12-381",
"version": "0.7.1",
"version": "0.7.2",
"description": "Noble BLS12-381 pairing-friendly curve. Fastest, high-security, easily auditable, 0-dep aggregated signatures & pubkey",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 90fc183

Please sign in to comment.