tpm2-wolf

Crates.iotpm2-wolf
lib.rstpm2-wolf
version0.0.1
sourcesrc
created_at2023-09-19 18:21:27.009621
updated_at2023-09-19 18:21:27.009621
descriptionRust wrapper for tpm2 WolfTPM lib
homepage
repositoryhttps://github.com/openEPC/tpm2-rs
max_upload_size
id977102
size13,445
(isergieienkov)

documentation

README

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.

Commit count: 1

cargo fmt