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

feat: has inline public key method #132

Closed vasco-santos closed 3 years ago

vasco-santos commented 3 years ago

There are several use cases where it is important to know if the peerId has inline public key

Closes #131