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

permalink: /docs/codebase/binder

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.