-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(identity): make Keypair
and Publickey
opaque
#3866
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
Merged
mergify
merged 35 commits into
libp2p:master
from
tcoratger:identity-keypair-publickey-opaque
May 5, 2023
Merged
Changes from 2 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e525203
work in progress Keypair
tcoratger 65d6546
clean up
tcoratger 7940834
remove KeypairType return and replace by Keypair
tcoratger 8670e74
move pub Keypair to the top of file and replace KeypairType by Inner
tcoratger 1be78fa
add ? to let ed25519_keypair
tcoratger 2ae737c
clean up and remove some deprecated warnings
tcoratger bf065eb
remove other deprecated warnings
tcoratger fdd2b51
encapsulate PublicKeyType
tcoratger c649da8
clean up
tcoratger c5c5125
clean up
tcoratger f4b172f
move doc from private to public struct
tcoratger 5c7d3cb
remove keypair_dummy.rs
tcoratger c3ad64f
Merge branch 'master' into identity-keypair-publickey-opaque
tcoratger 894d22b
rename Inner to KeyPairInner and PublicKeyType to PublicKeyInner
tcoratger d96e3f5
pub(crate) publickey
tcoratger 9d4fe3d
keypair module def unconditional
tcoratger 1eb59bb
pub(crate) enum PublicKeyInner
tcoratger bb38ced
Merge branch 'master' into identity-keypair-publickey-opaque
tcoratger ab11cd1
clean up after merge
tcoratger e1dcbdb
clean up
tcoratger 2e6baef
clean up useless ok()?
tcoratger e852a0c
clean up cfg
tcoratger c71b26e
Merge branch 'master' into identity-keypair-publickey-opaque
tcoratger d9969f9
remove all allow(deprecated) in keypair.rs
tcoratger a0d9267
add changelog
tcoratger c3bd310
clean up and fix quick_protobuf dependencies
tcoratger a6e45ec
fix self.keypair
tcoratger 18e77d1
fix clippy
tcoratger 60808fa
fix clippy
tcoratger f5781f0
Merge branch 'master' into identity-keypair-publickey-opaque
tcoratger 9cb06fa
fix clippy
tcoratger c98dfd1
fix clippy
tcoratger b255326
fix due to keypair_protobuf_roundtrip_secp256k1 update
tcoratger e65f045
add features to keypair_from_protobuf_encoding test
tcoratger b998372
Minor tidy-up
thomaseizinger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.