Make gateway handshake's InitMessage
deserialize directly into the needed structures
#726
Labels
enhancement
New feature or request
Starting the conversation from #679 (comment) , we can improve
InitMessage
by having its elements deserialize directly intoidentity::PublicKey
,encryption::PublicKey
etc., withoutunwrap
-ing fromVec<u8>
s later.The text was updated successfully, but these errors were encountered: