pub async fn server( max_per_day: usize, cost_pow: u32, expected_time: u64, hashed_psw: String, ) -> Result<(), Error>