diff --git a/README.md b/README.md index e7de1c6..81ec554 100644 --- a/README.md +++ b/README.md @@ -555,7 +555,7 @@ import { Field } from '@noble/curves/abstract/modular'; const x25519 = montgomery({ a: 486662n, Gu: 9n, - Fp: Field(2n ** 255n - 19n), + P: 2n ** 255n - 19n, montgomeryBits: 255, nByteLength: 32, // Optional param