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.