doc/wg/core/notes/core-notes-2023-09-15.md
set_client() issues in various HILs. In HMAC, we have a couple of combined traits and each have a client. We also have a client that's a supertrait across multiple. This completely destroys composability of HILs on our end. Depending on what the underlying code implements, you have to use a different set_client() call. So you have to be aware of the specific implementation beneath you, which is less than ideal.None. But what's a peripheral supposed to do with that?