1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-04 17:03:11 +09:00
cherrypick/src/crypto_key.d.ts
2018-04-01 12:24:29 +09:00

3 lines
92 B
TypeScript

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