UNPKG
ecdh-es
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.5
0.0.4
0.0.3
Elliptic Curve Diffie-Hellman with ephemeral-static keys implementation for NodeJS
ecdh-es
/
lib
/
browser-crypto.js
10 lines
(6 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// Generated by CoffeeScript 1.8.0
(
function
(
) {
exports
.
createHash
=
require
(
'crypto-browserify/create-hash'
);
exports
.
createHmac
=
require
(
'crypto-browserify/create-hmac'
);
require
(
'crypto-browserify/node_modules/browserify-aes/inject'
)(
exports
,
exports
); }).
call
(
this
);