tree: e5404b5c793a9f548c62dd19edeb1522806fb2d1 [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.