Commit Graph

124 Commits

Author SHA1 Message Date
Kagami Hiiragi 81c41e969f Bump elliptic 2015-07-12 21:08:18 +03:00
Kagami Hiiragi c3a604f0ed Update dev deps
Seems like there were some problems with karma-browserify, but now they
are fixed.
2015-06-26 21:37:42 +03:00
Kagami Hiiragi 09719cb0c4 1.0.0 2015-06-26 20:00:12 +03:00
Kagami Hiiragi 2e4b58d515 Bump elliptic 2015-06-26 20:00:01 +03:00
Kagami Hiiragi 706af9e096 0.9.10 2015-05-29 15:22:47 +03:00
Kagami Hiiragi fd51dac917 0.9.9 2015-05-28 18:27:36 +03:00
Kagami Hiiragi b8be4b2f64 Merge pull request #4 from englercj/master
Add fallback to browser is secp256k1
2015-05-28 18:26:30 +03:00
Chad Engler d743332ebc move no fallback env var to npm test script 2015-05-28 07:42:43 -07:00
Chad Engler 3922b1b4ab move ecdh load into try{}; add fallback override env var 2015-05-28 06:57:06 -07:00
Chad Engler 365674f622 fix jshint issue 2015-05-27 08:39:33 -07:00
Chad Engler 0ebe1f0be6 add fallback to browser is secp256k1 2015-05-27 08:29:18 -07:00
Kagami Hiiragi 1cbc1bdd9f 0.9.8 2015-03-15 02:06:43 +03:00
Kagami Hiiragi cd25cb9d81 Merge pull request #3 from KenanSulayman/patch-1
Use node::Buffer directly; clang doesn't allow use of namespace
2015-03-15 02:04:39 +03:00
Kenan Sulayman 393bb22f75 Use node::Buffer directly; clang doesn't allow use of namespace
Clang (clang-600.0.56) doesn't allow usage of `use node::Buffer;`, so use node::Buffer directly.

Cheers
2015-03-14 23:28:57 +01:00
Kagami Hiiragi 56d36ac15f Fix for jshint 2.6.3
Global Promise now available only in esnext mode.
2015-03-02 14:40:16 +03:00
Kagami Hiiragi c4aa4b63d3 0.9.7 2015-02-12 12:38:52 +03:00
Kagami Hiiragi eceac45bb4 Bump elliptic 2015-02-12 12:38:42 +03:00
Kagami Hiiragi 5cbe45f1e0 0.9.6 2015-02-10 16:53:04 +03:00
Kagami Hiiragi 0101427024 Pass `null` instead of `undefined` on `.verify` 2015-02-10 16:52:38 +03:00
Kagami Hiiragi 177c10433d 0.9.5 2015-01-28 16:14:38 +03:00
Kagami Hiiragi 9dbecf0592 Update to latest secp256k1-node 2015-01-28 16:14:17 +03:00
Kagami Hiiragi 480cac075e 0.9.4 2015-01-26 20:27:02 +03:00
Kagami Hiiragi 5311484662 Better handling of crypto object 2015-01-21 20:26:01 +03:00
Kagami Hiiragi aa37b2a599 Add npm image to readme 2015-01-21 03:17:39 +03:00
Kagami Hiiragi a9ced60d53 0.9.3 2015-01-21 03:07:15 +03:00
Kagami Hiiragi 9f0bbd6aa2 Fix 2015-01-21 03:06:23 +03:00
Kagami Hiiragi 4351c28a6c Add more input checkings 2015-01-21 03:04:56 +03:00
Kagami Hiiragi 69745567ff Enable canonical mode in elliptic
See indutny/elliptic#24 for details.
2015-01-21 02:20:28 +03:00
Kagami Hiiragi 53d878da8e Some fixes 2015-01-20 23:18:03 +03:00
Kagami Hiiragi a95815cc7a Fix for short messages
Zero-pad it for secp256k1
2015-01-20 23:17:25 +03:00
Kagami Hiiragi 1ac7cc1d46 0.9.2 2015-01-18 23:23:55 +03:00
Kagami Hiiragi 98a0913340 Update for elliptic 2.0 2015-01-18 23:23:16 +03:00
Kagami Hiiragi 4bce776eb4 Add info to readme 2015-01-18 00:26:19 +03:00
Kagami Hiiragi 1da05c9b54 0.9.1 2015-01-16 00:16:11 +03:00
Kagami Hiiragi 08b3c749bb Some final nits 2015-01-16 00:15:22 +03:00
Kagami Hiiragi f723881280 Cosmetics 2015-01-15 00:29:34 +03:00
Kagami Hiiragi 6aec8a3318 Docs, cosmetics 2015-01-14 03:09:37 +03:00
Kagami Hiiragi bcc78bd8e4 Forget to check malloc 2015-01-14 02:53:13 +03:00
Kagami Hiiragi dfe8c5d07b 0.9.0 2015-01-14 02:33:16 +03:00
Kagami Hiiragi 1cf476250a ECIES (Node) 2015-01-14 02:29:39 +03:00
Kagami Hiiragi 4e1001a842 ECDH (Node) 2015-01-13 22:39:37 +03:00
Kagami Hiiragi cd217b2d02 ECIES (Browser) 2015-01-13 16:21:11 +03:00
Kagami Hiiragi 4e3f857332 Fix API 2015-01-13 15:11:53 +03:00
Kagami Hiiragi 9a9555a797 ECDH (Browser) 2015-01-12 22:17:29 +03:00
Kagami Hiiragi e723993d1c Refactoring 2015-01-12 20:50:21 +03:00
Kagami Hiiragi 3aea60e875 Add comment about promises 2015-01-07 21:47:41 +03:00
Kagami Hiiragi f10072c932 Do not overwrite global variables
Also do not use Promise shim in browsers since it's supported natively
by new browsers (and we can use only new browsers because of the
WebCryptoAPI).
2015-01-06 14:21:46 +03:00
Kagami Hiiragi eabb541b95 Do not use assert module 2015-01-06 02:49:32 +03:00
Kagami Hiiragi 15b563f0e0 0.1.2 2015-01-06 01:49:57 +03:00
Kagami Hiiragi 527a298bcd Update elliptic to 1.0.0
See indutny/elliptic#17
2015-01-06 01:46:19 +03:00