hardware-enclave 0.1.5

Hardware-backed key management — macOS Secure Enclave, Windows TPM 2.0, Linux TPM/keyring — plus in-process memory protection
Documentation
1
2
3
4
5
6
// Copyright 2026 Jay Gowdy
// SPDX-License-Identifier: MIT

pub use crate::internal::app_adapter::credential_cache::{
    classify_credential, CredentialState, LifecyclePolicy,
};