Merge branch 'develop' into enterprise-attestation

This commit is contained in:
kaczmarczyck
2021-02-08 12:48:35 +01:00
committed by GitHub
4 changed files with 123 additions and 31 deletions

View File

@@ -151,7 +151,7 @@ impl PersistentStore {
/// # Errors
///
/// Returns `CTAP2_ERR_NO_CREDENTIALS` if the credential is not found.
fn find_credential_item(
pub fn find_credential_item(
&self,
credential_id: &[u8],
) -> Result<(usize, PublicKeyCredentialSource), Ctap2StatusCode> {