Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use peer ID utilities to go from pubkey to peer ID #26

Merged
merged 3 commits into from
Aug 2, 2019

Conversation

bigs
Copy link
Contributor

@bigs bigs commented Aug 2, 2019

This prevents bugs for any key types that don't use the IPFS default SHA-256 hashing, like the Ed25519 keys which use the identity hash. In practice, Ed25519 keys don't need to be put to the DHT, but this algorithm is more future proof.

This prevents bugs for any key types that don't use the IPFS default SHA-256 hashing, like the Ed25519 keys which use the identity hash. In practice, Ed25519 keys don't need to be put to the DHT, but this algorithm is more future proof.
@bigs bigs requested a review from Stebalien August 2, 2019 16:04
@bigs
Copy link
Contributor Author

bigs commented Aug 2, 2019 via email

Also updates core and sets flag for .travis.yml
@bigs bigs merged commit 9c1f72e into master Aug 2, 2019
@bigs bigs deleted the bug/proper-peer-id-comparison branch August 2, 2019 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants