tree: 7026d19d8b02c96df9c6f85e969897bb65ff98c8
  1. components/
  2. interfaces/
  3. CMakeLists.txt
  4. filter.camkes
  5. README.md
apps/filter/README.md

This application demonstrates the use of a component to filter communication from another. In this setup, ‘filter’ is placed in-between ‘client’ and ‘store’ and prevents ‘client’ reading the value of a secret via its interface. In a sense, ‘client’ can be fooled into thinking it is talking directly to ‘store’.