BLAKE3-team / BLAKE3

the official Rust and C implementations of the BLAKE3 cryptographic hash function
Apache License 2.0
5.22k stars 351 forks source link

Please optionally derive `defmt::Format` on the hash types #431

Open Luctins opened 3 weeks ago

Luctins commented 3 weeks ago

For embedded contexts it is invaluable that types implement defmt's Format trait to allow for easy (and most importantly lightweight) displaying of values in the debug console.

A optional feature would be easy to implement.