This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cherrypick
Watch
1
Star
1
Fork
0
You've already forked cherrypick
mirror of
https://github.com/kokonect-link/cherrypick
synced
2024-11-03 00:25:57 +09:00
Code
d838ef5b76
cherrypick
/
src
/
crypto_key.d.ts
3 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Use primitive type string instead of String (#3578)
2018-12-09 23:26:32 +09:00
export
function
extractPublic
(
keypair
:
string
)
:
string
;
export
function
generate
(
)
:
string
;
Copy Permalink