Skip to main content

Interface: Ed25519KeypairData

Ed25519 Keypair data. The publickey is the 32-byte public key and the secretkey is 64-byte, where the first 32 bytes is the secret key and the last 32 bytes is the public key.

Properties

publicKey

publicKey: Uint8Array


secretKey

secretKey: Uint8Array