Fix ed448 import
This commit is contained in:
parent
f165222425
commit
ccfb8695d5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user