This website requires JavaScript.
Explore
Help
Sign In
natty
/
misskey-awawa
Watch
1
Star
0
Fork
You've already forked misskey-awawa
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c178cfabfa
misskey-awawa
/
src
/
crypto_key.d.ts
3 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Implement Activity Streams representation of user
2018-04-01 03:24:29 +00:00
export
function
extractPublic
(
keypair
:
String
)
:
String
;
Add keypair to local account
2018-03-26 11:23:55 +00:00
export
function
generate
(
)
:
String
;