libp2p / js-peer-id

peer-id implementation in JavaScript. Deprecated; use https://github.com/libp2p/js-libp2p-peer-id instead.
https://github.com/libp2p/js-libp2p-peer-id
MIT License
80 stars 44 forks source link

Async Crypto Endeavour #33

Closed dignifiedquire closed 7 years ago

dignifiedquire commented 8 years ago

This allows the use of native key generation in the browser

Depends on https://github.com/libp2p/js-libp2p-crypto/pull/10

BREAKING CHANGE:

This changes the interface of .create

daviddias commented 7 years ago

CR'ed

dignifiedquire commented 7 years ago

@diasdavid this should be ready now