js-peer-id
js-peer-id copied to clipboard
peer-id implementation in JavaScript. Deprecated; use https://github.com/libp2p/js-libp2p-peer-id instead.
After adding the `class-is` module with [js-peer-id#84](https://github.com/libp2p/js-peer-id/pull/84), the `isPeerId` function is redundant and can be removed [js-peer-id/index.js#L291-L295](https://github.com/libp2p/js-peer-id/blob/master/src/index.js#L291-L295). Note: this was not removed with the addition of `class-is` since it is...
Hello, I am interested in writing a python implementation of peer-id, i was wondering if you have the tech specs for that.
These are needed in js-libp2p-secio. Reference implementation in go: https://github.com/ipfs/go-libp2p-peer/blob/master/peer.go#L55-L67