Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Add explanatory text
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Middleton <[email protected]>
  • Loading branch information
dcmiddle authored and jyao1 committed Sep 11, 2023
1 parent 754082e commit b77abdc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

# rust-spdm

A rust version SPDM implementation.
This project provides a Rust language implementation of [SPDM](https://www.dmtf.org/sites/default/files/standards/documents/DSP0274_1.2.1.pdf)
and [TDISP](https://pcisig.com/tee-device-interface-security-protocol-tdisp).
These protocols are used to facilitate direct device assignment for Trusted Execution
Environment I/O (TEE-I/O) in Confidential Computing.

There are a number of use cases that benefit from including devices and accelerators in the trust
boundary of a Confidential Virtual Machine (CVM). In machine learning, for example, these
protocols can be used to build a trusted connection between a GPU’s TEE and a CVM to accelerate
performance.


## Features

Expand Down

0 comments on commit b77abdc

Please sign in to comment.