UNPKG
sic-ecies
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
ECIES implemented for Bitcore. fix to eos and easy to use
sic-ecies
/
gulpfile.js
7 lines
(3 loc)
•
85 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
var
gulp_bitcore =
require
(
'bitcore-build'
);
gulp_bitcore
(
'ecies'
);