Skip to content

nooschain v0.1.0


nooschain / crypto/signatures / Ed25519KeyPair

Interface: Ed25519KeyPair

Defined in: crypto/signatures.ts:36

PEM-encoded Ed25519 key pair.

Properties

privateKey

privateKey: string

Defined in: crypto/signatures.ts:40

PKCS8 PEM private key.


publicKey

publicKey: string

Defined in: crypto/signatures.ts:38

SPKI PEM public key.

Audience-first NOOSChain documentation.