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

Commit

Permalink
Better deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 21, 2023
1 parent b06f567 commit 71b1c10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# noble-bls12-381
# Deprecated. The repo has been merged into [noble-curves](https://github.com/paulmillr/noble-curves)

**The repo has been merged into [noble-curves](https://github.com/paulmillr/noble-curves). It is now deprecated.** Please switch to:
Please switch to:

npm install @noble/curves
// Import in js
import { bls12_381 } from '@noble/curves/bls12-381';

---

# noble-bls12-381

[Fastest](#speed) JS implementation of BLS12-381. Auditable, secure, 0-dependency aggregated signatures & pairings.

The pairing-friendly Barreto-Lynn-Scott elliptic curve construction allows to:
Expand Down

0 comments on commit 71b1c10

Please sign in to comment.