UNPKG
aladinnetwork-blockstack
Version:
latest (1.0.1)
1.0.1
1.0.0
The Aladin Javascript library for authentication, identity, and storage.
aladinnetwork.org
aladinnetwork-blockstack
/
lib
/
encryption
/
index.d.ts
3 lines
(2 loc)
•
164 B
TypeScript
View Raw
1
2
3
export
{ encryptECIES, decryptECIES, signECDSA, verifyECDSA,
CipherObject
, getHexFromBN }
from
'./ec'
;
export
{ encryptMnemonic, decryptMnemonic }
from
'./wallet'
;