Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method Ed25519webcryptoNonExtractable.prototype.generateKeypair
import { Ed25519webcryptoNonExtractable } from "https://deno.land/x/earthstar@11.0.0-beta.2/src/cinn25519/ed25519/ed25519.webcrypto_nonextractable.ts";

Returns

Promise<{ publicKey: Uint8Array; secretKey: CryptoKey; }>