1
0
Fork 1
mirror of https://example.com synced 2024-11-29 01:36:40 +09:00
firefish/src/crypto_key.d.ts
2018-04-01 12:24:29 +09:00

2 lines
92 B
TypeScript

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