pub fn signed_payload( username_hint: &str, signing_public_key: &[u8], encryption_public_key: &[u8], ) -> Vec<u8> ⓘ