#tpm2 #lib #wrapper #wolf-tpm

tpm2-wolf

Rust wrapper for tpm2 WolfTPM lib

1 unstable release

Uses old Rust 2015

0.0.1 Sep 19, 2023

#4 in #tpm2

Apache-2.0

6KB

tss2-ts

License crates.io

Implements raw TPM2 Rust wrapper around wolfTPM libraries.

Usage

Install wolfSSL and wolfTPM libs to the system.

Add this to your Cargo.toml:

[dependencies]
tpm2-wolf = "0"

Import necessary types and functions and use as you would do with native wolfTPM. Do not forget to free memory allocated inside C library.

No runtime deps

~0–1.8MB
~36K SLoC