UNPKG
boho
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.9.0
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Encryption, authentication, Secure communication
github.com/remocons/boho
remocons/boho
boho
/
src
/
index.js
11 lines
(9 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Boho
,
RAND
,
BohoMsg
,
Meta
,
MetaSize
, sha256,
MBP
,
Buffer
}
from
'./boho.js'
Boho
.
RAND
=
RAND
;
Boho
.
BohoMsg
=
BohoMsg
;
Boho
.
Meta
=
Meta
;
Boho
.
MetaSize
=
MetaSize
;
Boho
.
sha256
= sha256;
Boho
.
MBP
=
MBP
;
Boho
.
Buffer
=
Buffer
;
export
default
Boho
;