import { getKeyPair } from "https://deno.land/x/blocks@1.102.1/commons/jwt/keys.ts";
Returns a tuple of [publicKey, privateKey] in a JsonWebKey format.
type
() => Promise<[JsonWebKey, JsonWebKey]>
x/blocks/commons/jwt/keys.ts>getKeyPair
import { getKeyPair } from "https://deno.land/x/blocks@1.102.1/commons/jwt/keys.ts";
Returns a tuple of [publicKey, privateKey] in a JsonWebKey format.