Crates.io | tpm2_call |
lib.rs | tpm2_call |
version | 0.4.1 |
source | src |
created_at | 2024-06-14 16:19:03.120515 |
updated_at | 2024-06-19 07:10:36.048505 |
description | TPM 2.0 library protocol |
homepage | https://codeberg.org/jarkko/tpm2_library.git |
repository | https://codeberg.org/jarkko/tpm2_library.git.git |
max_upload_size | |
id | 1272159 |
size | 22,253 |
Subcrates:
tpm2_call
has the goal of providing rustified constants covering TPM2 2.0
Structures Specification. All the content in this crate operating system
agnostic.tpm2_cli
is a command-line interface to a TPM 2.0 chip. It is Linux-only
application using by default /dev/tpmrm0, which is available to users within
tss
group in a systemd-based environment.Commit messaged follow Conventional Commits specification.
Versioning follows Semantic Versioning specification.
A new version is created as follows:
git tag -s $MAJOR.$MINOR.$PATCH -m $MAJOR.$MINOR.$PATCH
git push origin $MAJOR.$MINOR.$PATCH
Add a Signed-off-by trailer to the new commits.