UNPKG
otr-cypher
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Off-the-Record Messaging Protocol
otr-cypher
/
index.js
4 lines
•
86 B
JavaScript
View Raw
1
2
3
4
module
.exports = {
DSA
:
require
(
'./lib/dsa.js'
) ,
OTR
:
require
(
'./lib/otr.js'
) }