Closed
Description
Our Mbed Provider is closely tied to the FFI layer to Mbed Crypto, which lead to questions being raised about the safety of the code, especially around unsafe
blocks and how such blocks should be handled in the larger context.
A sensible solution is to split out the code directly interfacing with Mbed Crypto into its own module/crate, keeping the unsafe
calls contained.