Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

disable key inlining #40

Merged
merged 2 commits into from
Dec 3, 2018
Merged

disable key inlining #40

merged 2 commits into from
Dec 3, 2018

Conversation

Stebalien
Copy link
Member

disable peer ID inlining until we fix: libp2p/specs#111

Note: This is a bit tricky because we currently throw away everything except the key type and data. However, we'll need to support arbitrary hash functions for keys regardless so there's nothing we can do here but bite the bullet and fix this.

disable peer ID inlining until we fix

libp2p/specs#111
@ghost ghost assigned Stebalien Dec 3, 2018
@ghost ghost added the in progress label Dec 3, 2018
@Stebalien
Copy link
Member Author

Note: this doesn't remove the ExtractPublicKey method as that won't actually change.

@Stebalien Stebalien merged commit 093b2e1 into master Dec 3, 2018
@ghost ghost removed the in progress label Dec 3, 2018
@Stebalien Stebalien deleted the fix/disable-key-inlining branch December 3, 2018 18:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify peer ID hash function in public key
2 participants