Commit Graph

20 Commits

Author SHA1 Message Date
Lee Miller 573ed263bc
Replace new Buffer() with Buffer.alloc() in lib/crypto - do it everywhere! 2023-01-03 06:19:59 +02:00
Lee Miller ce6623d089
Fix encrypted encoding/decoding according to the changes in eccrypto 2023-01-03 05:02:21 +02:00
Kagami Hiiragi a9a21fe480 Document crypto module 2015-02-10 21:23:01 +03:00
Kagami Hiiragi 73a0dc4e56 address/net documentation 2015-02-10 17:59:49 +03:00
Kagami Hiiragi 156a3f7e56 Fix polifilled promise name 2015-02-01 16:10:03 +03:00
Kagami Hiiragi 9f368d32fb Improve documentation 2015-01-31 14:51:35 +03:00
Kagami Hiiragi d50dcac4a2 Huge commit with partial objects.getpubkey impl 2015-01-22 03:14:21 +03:00
Kagami Hiiragi 8fa539c61b Add SHA-1 (used for signing) 2015-01-16 18:35:40 +03:00
Kagami Hiiragi 52dce062c4 Fixes 2015-01-16 01:43:15 +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 e7b72ba569 Documentation with jsdoc 2014-12-30 20:00:28 +03:00
Kagami Hiiragi a47563ee8c Typo fixes 2014-12-28 00:04:23 +03:00
Kagami Hiiragi 53ae383d35 Implement Address.encode and Address.getRandom 2014-12-27 18:18:14 +03:00
Kagami Hiiragi 1866c94de9 PRNG 2014-12-26 20:17:01 +03:00
Kagami Hiiragi 68f1217911 Reorganize crypto modules 2014-12-26 19:47:25 +03:00
Kagami Hiiragi 2e9f064e7e SHA-256 crypto (for WIF) 2014-12-19 15:34:33 +03:00
Kagami Hiiragi 1ccd56f17a Implement address decoding 2014-12-18 19:47:18 +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