kedars / matter-rs

Plonk: The Rust Implementation of Matter
Apache License 2.0
39 stars 5 forks source link

Use ring on esp-idf platform #12

Open MabezDev opened 2 years ago

MabezDev commented 2 years ago

We don't have support for rust-mbedtls on the esp-idf platform yet, but perhaps ring can help. We have a fork here: https://github.com/esp-rs-compat/ring with the required patches. Any rust crypto library that uses ring should be available with this patched dependency.

MabezDev commented 2 years ago

FYI I have started the upstreaming process of the ring patch: https://github.com/briansmith/ring/pull/1506