Fix ed448 import

This commit is contained in:
Paul Miller 2022-12-24 03:51:34 +00:00
parent f165222425
commit ccfb8695d5
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B

@ -3,7 +3,7 @@ import { shake256 } from '@noble/hashes/sha3';
import { concatBytes, randomBytes, utf8ToBytes, wrapConstructor } from '@noble/hashes/utils';
import { twistedEdwards } from '@noble/curves/edwards';
import { mod, pow2, Fp } from '@noble/curves/modular';
import { montgomery } from '../../lib/montgomery.js';
import { montgomery } from '@noble/curves/montgomery';
/**
* Edwards448 (not Ed448-Goldilocks) curve with following addons: