Crates.io | tss-sapi |
lib.rs | tss-sapi |
version | 0.0.5 |
source | src |
created_at | 2017-09-11 16:15:09.429056 |
updated_at | 2017-10-09 21:05:49.592778 |
description | Bindings to the TPM 2.0 TSS SAPI |
homepage | https://gitlab.com/starlab-io/tss-sapi |
repository | https://gitlab.com/starlab-io/tss-sapi.git |
max_upload_size | |
id | 31409 |
size | 863,310 |
TPM 2.0 TSS (TPM Software Stack) SAPI (System API) Rust Wrapper
To compile this library you must have tpm2-tss installed from https://github.com/01org/tpm2-tss
If you have it installed in a non-standard path you can export the following environment variables:
SAPI_LIBS_PATH
to where libsapi.so
livesTCTI_DEV_LIBS_PATH
to where libtcti-device.so
livesTCTI_SOCK_LIBS_PATH
to where libtcti-socket.so
livesOptionally you can also build with --no-default-features
and then enable either tcti-device
or tcti-socket
.