import { decodeKeypairToBytes } from "https://deno.land/x/earthstar@v10.2.0/src/entries/universal.ts";
Convert a keypair (author / share) back into a raw KeypairBytes for use in crypto operations.
Parameters
pair: AuthorKeypair | ShareKeypair
x/earthstar/src/entries/universal.ts>decodeKeypairToBytes
import { decodeKeypairToBytes } from "https://deno.land/x/earthstar@v10.2.0/src/entries/universal.ts";
Convert a keypair (author / share) back into a raw KeypairBytes for use in crypto operations.