Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 394 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 394 Bytes

sp-tsm

This repository contains a proof-of-concept implementation of a key management system and trusted software module for an SP architecture.

To compile and run test scripts:

$ make
$ ./testkeychain
$ ./testkeycrypto
$ ./testtsm
$ ./demo1_driver

Thank you to Brad Conte for providing the SHA-256 implementation.