SHiNE-server/SHiNE-browser-plugin-wallet/js/lib/vendor/noble-ed25519-entry.js

4 lines
147 B
JavaScript

import { edwardsToMontgomeryPriv, x25519 } from '../../../node_modules/@noble/curves/esm/ed25519.js';
export { edwardsToMontgomeryPriv, x25519 };