Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 531 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 531 Bytes

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:

[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.