Cleans up warnings, unused functions and features (#643)

This commit is contained in:
kaczmarczyck
2023-08-14 13:59:54 +02:00
committed by GitHub
parent 8a53986961
commit 67e3d46291
5 changed files with 2 additions and 22 deletions

View File

@@ -375,11 +375,9 @@ fn extract_map(cbor_value: cbor::Value) -> Result<Vec<(cbor::Value, cbor::Value)
#[cfg(test)]
mod test {
use super::*;
use crate::api::crypto::ecdsa::SecretKey;
use crate::api::customization::Customization;
use crate::ctap::data_formats::SignatureAlgorithm;
use crate::env::test::TestEnv;
use crate::env::EcdsaSk;
const UNSUPPORTED_CREDENTIAL_ID_VERSION: u8 = 0x80;