1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-06 01:43:07 +09:00
MisskeyIO/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;