Restore crypto_key to migration

This commit is contained in:
syuilo 2019-04-09 19:02:02 +09:00
parent d44fc3db2f
commit 9b594880c8
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
5 changed files with 124 additions and 0 deletions

2
src/crypto_key.d.ts vendored Normal file
View file

@ -0,0 +1,2 @@
export function extractPublic(keypair: string): string;
export function generate(): string;