UNPKG
fcash-ecies
Version:
latest (1.0.4)
1.0.4
1.0.3
ECIES implemented for Fcash.
github.com/fcash-js/fcash-ecies
fcash-js/fcash-ecies
fcash-ecies
/
gulpfile.js
7 lines
(3 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
var
gulp_fcash_base =
require
(
'fcash-build'
);
gulp_fcash_base
(
'ecies'
);