index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto_key.d.ts
blob: 48efef29804195602da83fdce3090c01d403bade (
plain
)
1
2
export
function
extractPublic
(
keypair
:
String
)
:
String
;
export
function
generate
()
:
String
;