UNPKG

@e280/authlocal

Version:

User-sovereign login system for everybody

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