import { generateKeyPairSync } from "https://deno.land/std@0.177.0/node/crypto.ts"; console.log(generateKeyPairSync("ed25519"));