1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-02 08:05:58 +09:00
cherrypick/src/crypto_key.d.ts

3 lines
92 B
TypeScript
Raw Normal View History

export function extractPublic(keypair: String): String;
2018-03-26 20:23:55 +09:00
export function generate(): String;