Crates.io | tss2 |
lib.rs | tss2 |
version | 0.1.3 |
source | src |
created_at | 2022-04-12 12:53:44.575309 |
updated_at | 2022-10-31 19:34:09.575025 |
description | Rust wrapper for tpm2-tss |
homepage | |
repository | https://github.com/openEPC/tss2-rs |
max_upload_size | |
id | 566414 |
size | 14,175 |
Implements raw Rust wrapper around tpm2-tss libraries.
Install tpm2-tss libs to the system.
Add this to your Cargo.toml
:
[dependencies]
tss2-rs = "0"
Import necessary types and functions and use as you would do with tpm2-tss. Do not forget to free memory allocated inside C library.