Commit Graph

26 Commits

Author SHA1 Message Date
Kagami Hiiragi 53f38be9ed Use webworkify 2015-01-10 16:00:08 +03:00
Kagami Hiiragi 225fba30e1 Do a POW (Node) 2015-01-10 00:36:42 +03:00
Kagami Hiiragi 8c799f4e91 Do a POW (Browser) 2015-01-09 16:12:23 +03:00
Kagami Hiiragi a7eb439706 Calculate POW target 2015-01-08 00:28:13 +03:00
Kagami Hiiragi 2dc2f48a47 Fixes 2015-01-06 14:08:39 +03:00
Kagami Hiiragi 118971d6ce 0.2.0 2015-01-06 04:25:45 +03:00
Kagami Hiiragi 96ba6b0fad Use hash.js for SHA-512 2015-01-06 04:24:48 +03:00
Kagami Hiiragi 6fb61e72b6 Update eccrypto 2015-01-06 01:51:31 +03:00
Kagami Hiiragi 2dd9efd1a6 Use hash.js impl of SHA-256 and RIPEMD-160
Because it's already required by elliptic
2015-01-05 16:34:52 +03:00
Kagami Hiiragi 3a297b7f64 Doc helper script 2015-01-03 19:32:59 +03:00
Kagami Hiiragi bf8b663c5d Do not use promises in crypto
Because sha.js is faster than WebCryptoAPI for POW.
2015-01-03 17:52:27 +03:00
Kagami Hiiragi f6165d891b Reorganize platform-specific routines 2015-01-03 13:29:22 +03:00
Kagami Hiiragi 1d03820f3f Drop support for int64
Since we are unable to use such values properly it the code anyway.
2015-01-02 23:28:45 +03:00
Kagami Hiiragi e7b72ba569 Documentation with jsdoc 2014-12-30 20:00:28 +03:00
Kagami Hiiragi a3475d9d6a OOPify 2014-12-30 01:16:51 +03:00
Kagami Hiiragi 2d1f7ad35a 0.1.1 2014-12-28 20:20:17 +03:00
Kagami Hiiragi 53ae383d35 Implement Address.encode and Address.getRandom 2014-12-27 18:18:14 +03:00
Kagami Hiiragi 68f1217911 Reorganize crypto modules 2014-12-26 19:47:25 +03:00
Kagami Hiiragi 9abde09e49 Run tests on Firefox with karma as well 2014-12-18 23:15:07 +03:00
Kagami Hiiragi 1db64dcc55 0.1.0 2014-12-18 19:51:12 +03:00
Kagami Hiiragi 1ccd56f17a Implement address decoding 2014-12-18 19:47:18 +03:00
Kagami Hiiragi e425730021 Fix repo path 2014-12-17 14:08:42 +03:00
Kagami Hiiragi a402c40d4d Add browser version of crypto and test with karma 2014-12-14 12:24:35 +03:00
Kagami Hiiragi 600dc6e4bb Add es6-promise dependency
Since it needed only for node version.
2014-12-13 22:08:00 +03:00
Kagami Hiiragi 19129b0903 Start with isomorphic sha512 wrapper 2014-12-13 21:56:14 +03:00
Kagami Hiiragi 800b53d9f1 Initial commit 2014-12-11 20:59:48 +03:00