UNPKG
walletlink-e
Version:
latest (2.0.3-e1)
2.0.3-e1
WalletLink JavaScript SDK
github.com/luckyCoco3418/walletlink
luckyCoco3418/walletlink
walletlink-e
/
dist
/
relay
/
aes256gcm.d.ts
3 lines
(2 loc)
•
153 B
TypeScript
View Raw
1
2
3
export
declare
function
encrypt
(
plainText
:
string
,
secret
:
string
):
string
;
export
declare
function
decrypt
(
cipherText
:
string
,
secret
:
string
):
string
;