Skip to content

TSS 2.0 Feature API (FAPI) Rust wrapper

License

Notifications You must be signed in to change notification settings

openEPC/tss2-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

TSS 2.0 Feature API (FAPI) Rust wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published