Implement Activity Streams representation of user

This commit is contained in:
Akihiko Odaki 2018-04-01 12:24:29 +09:00
parent 4e37ee541a
commit 975dd842d8
4 changed files with 63 additions and 55 deletions

1
src/crypto_key.d.ts vendored
View file

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