win-tpm 0.2.0

Use the TPM to create and manage RSA keys (windows only)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "win-tpm"
description = "Use the TPM to create and manage RSA keys (windows only)"
repository = "https://gitlab.com/polloloco/win-tpm"
version = "0.2.0"
edition = "2021"
authors = ["PolloLoco <polloloco@mailbox.org>"]
license = "MIT"

[dependencies]
ncrypt = "0.2.0"
thiserror = "1.0"
rsa = "0.9.2"

[dev-dependencies]
clap = { version = "4.4", features = ["derive"] }
hex = "0.4"