fcoin/lib/crypto
2017-09-06 22:51:06 -07:00
..
aead.js lint: enforce function names. 2017-08-06 21:36:48 -07:00
aes-browser.js aes: move lookup tables. 2017-07-31 18:21:03 -07:00
aes.js lint: enforce function names. 2017-08-06 21:36:48 -07:00
bn.js refactor: crypto. 2017-06-27 07:27:53 -07:00
ccmp.js refactor: style for const/let and returns. 2017-07-31 18:21:02 -07:00
chacha20.js refactor: use const as much as possible. 2017-07-31 18:21:02 -07:00
cleanse.js refactor: switch to const/let. 2017-07-17 14:26:37 -07:00
digest-browser.js lint: enforce function names. 2017-08-06 21:36:48 -07:00
digest.js lint: enforce function names. 2017-08-06 21:36:48 -07:00
ecdsa.js refactor: use const as much as possible. 2017-07-31 18:21:02 -07:00
hkdf.js refactor: use const as much as possible. 2017-07-31 18:21:02 -07:00
hmac-drbg.js refactor: style for const/let and returns. 2017-07-31 18:21:02 -07:00
index.js crypto: expose root256 function. 2017-07-17 22:24:00 -07:00
merkle.js refactor: use const as much as possible. 2017-07-31 18:21:02 -07:00
pbkdf2-browser.js refactor: use const as much as possible. 2017-07-31 18:21:02 -07:00
pbkdf2.js refactor: switch to const/let. 2017-07-17 14:26:37 -07:00
poly1305.js refactor: style for const/let and returns. 2017-07-31 18:21:02 -07:00
random-browser.js eslint: use prefer-const. 2017-07-31 18:21:02 -07:00
random.js eslint: use prefer-const. 2017-07-31 18:21:02 -07:00
rsa-browser.js bn: use toArrayLike instead of toBuffer. 2017-08-16 15:32:24 -07:00
rsa.js refactor: use const as much as possible. 2017-07-31 18:21:02 -07:00
schnorr.js bn: stop using bn#cmp. 2017-09-06 22:51:06 -07:00
scrypt.js eslint: more style rules. 2017-07-31 18:21:03 -07:00
secp256k1-browser.js bn: stop using bn#cmp. 2017-09-06 22:51:06 -07:00
secp256k1-native.js bn: stop using bn#cmp. 2017-09-06 22:51:06 -07:00
secp256k1.js lint: no implicit casting. 2017-07-31 18:21:03 -07:00
sha256.js lint: fix function names. 2017-07-31 18:21:03 -07:00
siphash.js refactor: style for const/let and returns. 2017-07-31 18:21:02 -07:00