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:
@ -6,6 +6,7 @@
|
||||
mod fmt;
|
||||
|
||||
mod boot_loader;
|
||||
mod digest_adapters;
|
||||
mod firmware_updater;
|
||||
mod partition;
|
||||
|
||||
|
Reference in New Issue
Block a user