totpm 0.1.2

A TPM-backed command line TOTP/2FA client, using fprintd for user presence verification.
Documentation
1
2
3
4
5
6
#[derive(Debug)]
pub struct TpmConfig {
    pub auth_value: Vec<u8>,
    pub primary_key_handle: u32,
    pub tpm_device: String,
}