Daniel Cousens
16195cc6ce
explicitly import mocha variables
7 years ago
Daniel Cousens
a5db0a4e44
sed -i 's/ var / const /', with const->let fixes
7 years ago
Daniel Cousens
91b8823aa8
sed -i 's/^var /const /'
7 years ago
Daniel Cousens
f1ab151c31
tests: use safe-buffers throughout
8 years ago
Daniel Cousens
262be17976
tests: simplify crypto fixtures
9 years ago
Daniel Cousens
8934de591c
use baddress/bcrypto/bscript for ambuigities
9 years ago
Daniel Cousens
ec9cea0cf1
tests: use strictEqual always
10 years ago
Daniel Cousens
08cc8f8621
crypto: remove Hmac* exposure in API
10 years ago
Daniel Cousens
399803affa
use standardjs formatting
10 years ago
Daniel Cousens
9d2784a441
crypto: add RIPEMD160 tests
11 years ago
Daniel Cousens
b2351f9026
tests: use JSON fixtures exclusively
11 years ago
Daniel Cousens
b208a6ab78
crypto/ecdsa: moves HmacSHA256 to crypto
11 years ago
Daniel Cousens
6c0eebe94b
tests: use filepaths directly
After a long IRC discussion, it was decided that the use of direct
filepaths instead of the module is a more pure form of testing ,
although it may provide less overall coverage than the mixed integration
style imports used previously.
This will need to be remedied by further integration testing in
/test/integration.
11 years ago
Daniel Cousens
7a740c2e7b
tests: forces consistent import syntax
11 years ago
Daniel Cousens
276a339d60
crypto: HMACSHA512 into crypto and add tests
11 years ago
Daniel Cousens
665953300b
Changes deepEqual to equal
11 years ago
Daniel Cousens
d12a2cde49
Adds tests and fixtures for ./crypto
11 years ago