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

Optionally derive defmt #432

Open Luctins opened 3 weeks ago

Luctins commented 3 weeks ago

Optionally derive defmt::Format in the hash struct, feature gated on the defmt feature.

This is targeted at using blake3 in embedded no_std contexts.