diff options
author | Nils Kenneweg <software@ovt.me> | 2013-11-25 21:36:09 +0100 |
---|---|---|
committer | Nils Kenneweg <software@ovt.me> | 2013-11-25 21:36:09 +0100 |
commit | 2a97b0449acab4b672b25be83d9ce5c6a3818a4b (patch) | |
tree | 784b03c84b8800249e3b616319e39bf9754240d1 | |
parent | b6fd50973d5bbe9ba57c03e31c7230564d50bedb (diff) | |
download | sjcl-origin/feature/ripemd160.zip sjcl-origin/feature/ripemd160.tar.gz sjcl-origin/feature/ripemd160.tar.bz2 |
added ripemd160 tests.origin/feature/ripemd160
-rw-r--r-- | test/run_tests_browser.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/run_tests_browser.js b/test/run_tests_browser.js index 173f113..1681992 100644 --- a/test/run_tests_browser.js +++ b/test/run_tests_browser.js @@ -30,7 +30,9 @@ function testCore(coreName, cb) { "ecdh_test.js", "srp_test.js", "srp_vectors.js", - "ecc_conv.js" + "ecc_conv.js", + "ripemd160_test.js", + "ripemd160_vectors.js", ], i; for (i=1; i<testFiles.length; i++) { |