fcoin/lib/crypto
Christopher Jeffrey 63e6a97de3
refactor: lint.
2017-06-27 03:54:14 -07:00
..
aes.js util: rely on polyfill for nextTick and typed arrays. 2017-06-26 23:31:32 -07:00
backend-browser.js refactor: lint. 2017-06-27 03:54:14 -07:00
backend.js docs: get jsdoc compiling again. 2017-02-03 22:47:26 -08:00
bn.js refactor: expose int64 and big numbers as modules. 2017-06-22 03:59:49 -07:00
chachapoly.js refactor: avoid using new Buffer() due to its new perf implications. 2017-05-30 21:11:10 -07:00
crypto.js refactor: replace util.equal with Buffer#equals. 2017-06-12 03:00:08 -07:00
ecdsa.js crypto: refactor pk.js. 2017-06-27 02:34:17 -07:00
hmac-drbg.js pkg: switch from jshint to eslint. 2017-06-24 04:45:46 -07:00
index.js crypto: rename ec to secp256k1. 2017-06-27 02:48:19 -07:00
rsa-browser.js crypto: refactor pk.js. 2017-06-27 02:34:17 -07:00
rsa.js refactor: lint. 2017-06-27 03:54:14 -07:00
schnorr.js pkg: switch from jshint to eslint. 2017-06-24 04:45:46 -07:00
scrypt.js refactor: switch to async/await. see #227. 2017-06-24 02:39:06 -07:00
secp256k1-elliptic.js crypto: rename ec to secp256k1. 2017-06-27 02:48:19 -07:00
secp256k1-native.js crypto: rename ec to secp256k1. 2017-06-27 02:48:19 -07:00
secp256k1.js crypto: rename ec to secp256k1. 2017-06-27 02:48:19 -07:00
sha256.js refactor: avoid using new Buffer() due to its new perf implications. 2017-05-30 21:11:10 -07:00
siphash.js siphash: return objects instead of buffers. 2017-06-16 14:30:25 -07:00