UNPKG

@subsocial/utils

Version:
13 lines (12 loc) 239 B
export interface Keypair { publicKey: Uint8Array; secretKey: Uint8Array; } export interface Sealed { sealed: Uint8Array; nonce: Uint8Array; } export interface Encrypted { encrypted: Uint8Array; nonce: Uint8Array; }