Skip to content

Commit de4cbe6

Browse files
authored
Merge pull request #90 from RobertDrazkowskiGL/calib-integration
Add CryptoAuthLib to Provider enumeration.
2 parents b75bba7 + 8d942cd commit de4cbe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/requests/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ pub enum ProviderID {
3636
Tpm = 3,
3737
/// Provider using the crypto Trusted Service running in TrustZone
3838
TrustedService = 4,
39+
/// Provider using the MicrochipTech cryptodevice ATECCx08 via CryptoAuthentication Library
40+
CryptoAuthLib = 5,
3941
}
4042

4143
impl std::fmt::Display for ProviderID {

0 commit comments

Comments
 (0)