Type Alias KeyPair

KeyPair: { privateKey: Uint8Array; publicKey: string }

A keypair used for encryption and decryption.

Type declaration

  • privateKey: Uint8Array
  • publicKey: string