Let hash functions take a digest::Digest trait

... and add adapters for current Sha512 implementations that does not inplement the Digest trait
This commit is contained in:
Rasmus Melchior Jacobsen
2023-04-04 12:24:30 +02:00
parent c94f1e1450
commit 7c6936a2e3
6 changed files with 140 additions and 37 deletions

View File

@ -6,6 +6,7 @@
mod fmt;
mod boot_loader;
mod digest_adapters;
mod firmware_updater;
mod partition;