You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use the hardware-accelerated SHA on ESP32 with external code that accepts implementations of the digest traits, it would be helpful to implement those on the Sha struct.
The implementation should probably be behind a digest feature flag in order to avoid the dependency if not needed.
The text was updated successfully, but these errors were encountered:
In order to use the hardware-accelerated SHA on ESP32 with external code that accepts implementations of the digest traits, it would be helpful to implement those on the
Sha
struct.The implementation should probably be behind a
digest
feature flag in order to avoid the dependency if not needed.The text was updated successfully, but these errors were encountered: