1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-05 10:18:09 +09:00
hotomoe/src/crypto_key.d.ts

3 lines
92 B
TypeScript
Raw Normal View History

export function extractPublic(keypair: string): string;
export function generate(): string;