readme: add alt_bn128

This commit is contained in:
Paul Miller 2023-08-04 23:19:42 +00:00
parent 2bd437df4e
commit bfd9ae040d
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B

@ -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';
```