Skip to content

nobleEd25519Generator

const nobleEd25519Generator: Ed25519Generator

Defined in: packages/crypto/src/ed25519.ts:45

Generates an ed25519 keypair and a raw signer function using the @noble/ed25519 implementation.

Optional seed for key generation. If not provided, a random seed will be used.

An object containing the ed25519 public key, secret key, and a raw signer function.