tree: d103e86204a64134510f1966028dea83fab2e8cb [path history] [tgz]
  1. attribute/
  2. src/
  3. build.rs
  4. Cargo.toml
  5. README.md
binder/README.md

Binder

The binder library provides communication interfaces between TEE's app/enclave worlds. More specific, the binder implements a message passing protocol for intra-procedure communication. The protocol provides a secure and (type) safe channel to pass information. For example, in Teaclave, we use the binder library to launch Teaclave services and pass runtime configurations to trusted enclaves.