pub fn solve_fetch_challenges<S: UserSecret>(
recipient: &S,
challenges: &[FetchResponse],
) -> Vec<Uuid>Expand description
Solve fetch challenges (encrypted message IDs) and return array of valid message_ids. TODO: For simplicity, serialize/deserialize is skipped