tpm: Add emulator module

Emulator module adds methods required to communicate with swtpm
over Ctrl and Data channels.

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Co-authored-by: Sean Yoo <t-seanyoo@microsoft.com>
This commit is contained in:
Praveen K Paladugu
2022-09-09 05:36:08 +00:00
committed by Rob Bradford
parent 58b902d036
commit 19fdf8bc79
2 changed files with 466 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#[macro_use]
extern crate log;
pub mod emulator;
pub mod socket;
use anyhow::anyhow;