tss2

Crates.iotss2
lib.rstss2
version0.1.3
sourcesrc
created_at2022-04-12 12:53:44.575309
updated_at2022-10-31 19:34:09.575025
descriptionRust wrapper for tpm2-tss
homepage
repositoryhttps://github.com/openEPC/tss2-rs
max_upload_size
id566414
size14,175
(isergieienkov)

documentation

README

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.

Commit count: 6

cargo fmt