libtpms

Software emulation library for Trusted Platform Module (TPM)

brewmacoslinux
Try with needOr install directly
Source

About

Library for software emulation of a Trusted Platform Module

Commands

libtpms

Examples

Link libtpms library in C/C++ projects to emulate TPM functionality$ gcc -o my_app my_app.c -ltpms
Check libtpms library installation and version via pkg-config$ pkg-config --modversion libtpms
Verify libtpms shared library location$ ldconfig -p | grep libtpms