The types in the Request and Response structs should be unified.
For instance in AuthRequest the username field is a String but in CreateResponse is a Vec<u8>.
Or in CreateRequest round_pubkey is a String but ephem_msk is a Vec<u8>.
Field types should be coherent
The types in the Request and Response structs should be unified.
For instance in
AuthRequesttheusernamefield is aStringbut inCreateResponseis aVec<u8>.Or in
CreateRequestround_pubkeyis aStringbutephem_mskis aVec<u8>.Field types should be coherent