esp-rs / esp-mbedtls

mbedtls for ESP32 bare-metal
Apache License 2.0
17 stars 7 forks source link

Re-export Rsa since it is a parameter of Session::new() #27

Closed AnthonyGrondin closed 6 months ago

AnthonyGrondin commented 6 months ago

This is a quality of life improvement, as it allows a library to wrap esp-mbedtls without having to re-import the hal for the Rsa struct.