tss2-ts

License crates.io

Implements raw Rust wrapper around tpm2-tss libraries.

Usage

Install tpm2-tss libs to the system.

Add this to your Cargo.toml:

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.