29 Commits

Author SHA1 Message Date
David Dias
3f4f670691 feat: isEqual 2017-03-30 09:47:11 +01:00
David Dias
a3fe1a2f03 fix: avoid using constructor.name 2017-03-27 13:58:21 +01:00
David Dias
0acc572fd3 feat: isPeerId 2017-03-27 13:23:18 +01:00
Friedel Ziegelmayer
78d96d0b14 feat: create b58 string on creation and throw on id mutation 2016-12-18 09:02:37 +01:00
Friedel Ziegelmayer
bebb0a7eae feat: cache b58 id 2016-12-14 09:05:07 +01:00
Friedel Ziegelmayer
31701e236d Async Crypto Endeavour (#33)
* refactor: make import and creation async - This allows the use of native key generation in the browser

BREAKING CHANGE:

This changes the interface of .create, .createFromPrivKey,
.createFromPubKey, .createFromJSON
2016-11-03 07:51:29 +00:00
dignifiedquire
58f1933980 fix: code review and docs and go interop 2016-05-24 14:03:31 +02:00
dignifiedquire
4beb1f8888 refactor: use libp2p and standardized rsa keys 2016-05-23 22:06:25 +02:00
David Dias
b358530dfb add toJSON and fromJSOn and cli to quickly generate 2016-05-23 15:25:30 +01:00
David Dias
4afbedb525 update dependencies 2016-05-23 14:16:30 +01:00
dignifiedquire
ab76788771 Use dignified.js 2016-03-22 17:01:46 +01:00
Stephen Whitmore
727355c4f5 exposes opts + bits 2016-03-14 17:10:02 -07:00
David Dias
d4c3de1ecb codestyle 2016-03-10 19:43:23 +00:00
nginnever
ca9cef6de7 comparing buffers 2016-03-10 11:25:59 -08:00
nginnever
f55eebcef7 buffer the public key for consistency 2016-03-10 10:32:48 -08:00
David Dias
59b89039b6 came to fix a square bracket, ended up touch a bunch of other things :) 2016-03-03 17:31:33 +00:00
David Dias
845bd088fe add coverage, fix codestyle 2016-02-14 07:32:09 +00:00
nginnever
effa21b892 removed node forge bundle comment 2016-02-13 13:46:33 -08:00
nginnever
1a336f9289 cleanup changes 2016-02-12 19:55:44 -08:00
nginnever
58fe038e07 time out increased 2016-02-12 16:13:09 -08:00
nginnever
7ae9be8f71 new tests 2016-02-12 14:55:05 -08:00
nginnever
16c77433f9 getting ready to rewrite tests 2016-02-10 13:55:59 -08:00
nginnever
6ce01ab434 keys now generated and derived match with go client 2016-02-04 12:02:18 -08:00
David Dias
5cb511c646 added create id from private key 2016-02-04 12:01:58 -08:00
David Dias
3c0c9a3b19 tests and browser tests setup 2015-11-05 18:46:02 +00:00
David Dias
d7ab4bd8fb complement readme 2015-11-05 17:47:44 +00:00
David Dias
9aee5bf670 abandon ECD for RSA, in order to conform with go impl 2015-11-05 17:35:23 +00:00
David Dias
a0dbc2ced8 fix args order 2015-07-17 08:14:44 -07:00
David Dias
a499c5129a Initial Commit 2015-07-08 14:51:49 -07:00