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

Make gateway handshake's InitMessage deserialize directly into the needed structures #726

Open
neacsu opened this issue Aug 6, 2021 · 0 comments · May be fixed by 2g4y1/nym#17
Open

Make gateway handshake's InitMessage deserialize directly into the needed structures #726

neacsu opened this issue Aug 6, 2021 · 0 comments · May be fixed by 2g4y1/nym#17
Labels
enhancement New feature or request

Comments

@neacsu
Copy link
Contributor

neacsu commented Aug 6, 2021

Starting the conversation from #679 (comment) , we can improve InitMessage by having its elements deserialize directly into identity::PublicKey, encryption::PublicKey etc., without unwrap-ing from Vec<u8>s later.

@tommyv1987 tommyv1987 added the enhancement New feature or request label Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To analyse
Development

Successfully merging a pull request may close this issue.

2 participants