UNPKG

@e280/authlocal

Version:

User-sovereign login system for everybody

8 lines (7 loc) 177 B
/** ed25519 keypair */ export type Keypair = { /** public key (64-length hex string) */ id: string; /** private key (64-length hex string) */ secret: string; };