| commit | d47d26d45d21170eb6e58093548743f6ccead637 | [log] [tgz] |
|---|---|---|
| author | Matthew Ellis <Matthew.Ellis@arm.com> | Fri Oct 17 13:51:42 2025 +0100 |
| committer | Matthew Ellis <Matthew.Ellis@arm.com> | Thu Dec 04 16:11:59 2025 +0000 |
| tree | f7029395dbda1aa2eeb8a1edd06cfe6b9c8a6dee | |
| parent | 19bc9ee3ed75bfa2c879d46e0231abeac967d468 [diff] |
feat: add timeout_ops to API Signed-off-by: Matthew Ellis <Matthew.Ellis@arm.com> Change-Id: Ida48346adc78fe406151223ad3092d43bec7cdaf
TCG2-compliant TPM library based on the TCG PC Client Platform TPM Profile for TPM 2.0 Specification v1.06.
This library provides a lightweight C interface for interacting with TPM 2.0 devices, specifically targeting platforms compliant with the TCG2 specification.
cmake -B build cmake --build build
CC=aarch64-linux-gnu-gcc cmake -B build -DCMAKE_TRY_COMPILE_TARGET_TYPE=STATIC_LIBRARY cmake --build build
This project is licensed under the BSD 3-Clause License. See the LICENSE file for more information.