From bfd9ae040d9c82330867d127826051688061b6c8 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 4 Aug 2023 23:19:42 +0000 Subject: [PATCH] readme: add alt_bn128 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 785c96f..461b9b2 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ import { p384 } from '@noble/curves/p384'; import { p521 } from '@noble/curves/p521'; import { pallas, vesta } from '@noble/curves/pasta'; import { bls12_381 } from '@noble/curves/bls12-381'; -import { bn254 } from '@noble/curves/bn254'; +import { bn254 } from '@noble/curves/bn254'; // also known as alt_bn128 import { jubjub } from '@noble/curves/jubjub'; import { bytesToHex, hexToBytes, concatBytes, utf8ToBytes } from '@noble/curves/abstract/utils'; ```