主要使用了 ed25519 库 加解密和验证代码 // Common.js and ECMAScript Modules (ESM) import * as ed from '@noble/ed25519'; // If you're using single file, use global variable instead: `window.nobleEd25519` const verifyEd = async function (prikey, pubkey) { console.log("你输入的私钥是