UNPKG
ntqq
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.0
QQ protocol for NodeJS!
github.com/ntqqjs/ntqq
ntqq-group/ntqq
ntqq
/
lib
/
core
/
algo
/
rsa.d.ts
2 lines
(1 loc)
•
82 B
TypeScript
View Raw
1
2
export
declare
function
encryptPKCS1
(
pemStr
:
string
,
encryptKey
:
string
):
string
;