use docan::DoCanError; #[allow(unused_variables)] pub fn uds_security_algo(level: u8, seed: Vec, salt: Vec) -> Result>, DoCanError> { todo!() } #[test] fn algo_check() -> anyhow::Result<()> { todo!() }