UNPKG
eosjs-ecc
Version:
dawn3 (4.0.0)
edge (4.0.4-168dae3.0)
latest (4.0.7)
4.0.7
4.0.7-ea61ee8.0
4.0.4
4.0.4-4baf37f.0
4.0.4-168dae3.0
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.6.3
1.6.2
1.6.1
1.5.1
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Elliptic curve cryptography functions
github.com/EOSIO/eosjs-ecc
EOSIO/eosjs-ecc
eosjs-ecc
/
lib
/
index.js
8 lines
(5 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
var
commonApi =
require
(
'./api_common'
);
var
objectApi =
require
(
'./api_object'
);
var
ecc =
Object
.
assign
({}, commonApi, objectApi);
module
.
exports
= ecc;