UNPKG
cryptopeer-crypto
Version:
latest (0.6.3)
0.6.3
0.6.2
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Crypto module for CryptoPeer
github.com/zMotivat0r/cryptopeer-crypto
zMotivat0r/cryptopeer-crypto
cryptopeer-crypto
/
lib
/
index.js
6 lines
(4 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
const
ECDH
=
require
(
'./ECDH'
);
const
RSA
=
require
(
'./RSA'
);
const
ChaCha20
=
require
(
'./ChaCha20'
);
module
.
exports
= {
ECDH
,
RSA
,
ChaCha20
};