summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Implemented Z85 EncodingManjul Apratim2016-08-131-1/+2
* Very long zero vector tests for SHA1, SHA256, SHA512 added, #299Dusan Klinec2016-06-091-0/+3
* Run lint with locally installed eslintFederico Bond2016-05-311-1/+1
* Replace current linter with eslintFederico Bond2016-05-311-3/+2
* Update documentation to JSDoc 3Federico Bond2016-05-301-7/+2
* Merge pull request #243 from miha-stopar/sha_optimizationNils Kenneweg2016-02-131-0/+3
|\
| * SHA made fasterMiha Stopar2015-09-291-0/+3
* | Merge pull request #263 from letorbi/ctr-modeNils Kenneweg2016-01-041-0/+1
|\ \
| * | Add tests for ctr modeTorben2015-12-161-0/+1
* | | Refactor ecc curve multiplication testTorben2015-12-101-1/+1
* | | Add tests for ecc curve multiplicationTorben2015-12-101-0/+1
|/ /
* | Using spaces instead of tabsgyf3042015-10-251-1/+1
* | Adding ocb2progressive testgyf3042015-10-251-0/+1
|/
* Input validation & more tests for scrypt.Brendan Mc2015-06-161-1/+1
* Implemented scrypt.Brendan Mc2015-06-151-1/+1
* Merge branch 'master' into feature/arrayBufferNils Kenneweg2015-05-201-10/+11
|\
| * Fixed indentation.Brendan Mc2015-04-091-11/+11
| * Fixed tests.Brendan Mc2015-03-161-10/+11
* | remove phantomjs tests.Nils Kenneweg2014-09-281-2/+0
* | add arraybuffer to configure.Nils Kenneweg2014-09-261-0/+2
* | Merge remote-tracking branch 'origin/master' into HEADNils Kenneweg2014-09-261-14/+8
|\ \ | |/
| * Update MakefileCatatonic2014-09-111-1/+1
| * Fixing build stuff, cause I was missing files.Catatonic Prime2014-09-111-2/+3
| * Update MakefileCatatonic2014-09-111-1/+1
| * Adding json_test.js file to test JSON encoding/decoding.Catatonic Prime2014-09-111-2/+2
| * [bitArray] some basic unit testingStefan Bühler2014-08-201-0/+1
| * Change unit testing to use node.js instead of Rhino.Lucas Garron2013-10-131-10/+5
* | Added tests for arraybuffer codec, and now will throw error if you try to con...Marco Munizaga2013-10-261-0/+1
* | Update tests in makefileMarco Munizaga2013-10-261-0/+3
|/
* port changes from ecc branchMike Hamburg2013-03-241-1/+1
* add gcm from juhovhMike Hamburg2012-12-271-0/+1
|\
| * Add support for GCM mode, including test vectors.Juho Vähä-Herttua2012-08-061-0/+1
* | Added SHA512 brute force unit test.Stefan Thomas2012-12-191-0/+1
* | Add SHA512.Stefan Thomas2012-12-181-0/+1
|/
* restore ecc, cbcMike Hamburg2011-05-231-1/+3
* clarify note about slowness re:RhinoQuinn Slack2011-04-201-1/+1
* run SRP tests with -O 9Quinn Slack2011-04-201-6/+7
* run SRP test with -O 9 (it fails for some reason with -O -1, should actually ...Quinn Slack2011-04-201-3/+7
* add srp and sha1 testsQuinn Slack2011-04-191-0/+2
* add bn powermod and mulmodQuinn Slack2011-04-191-1/+2
* pass lint; work around chromium jit bugMike Hamburg2010-10-081-2/+2
* ecdsa works! now time for some tests...Mike Hamburg2010-10-071-1/+1
* initial commit for GitHubMike Hamburg2010-05-261-0/+83