api: refactor: move checksum algorithms to common

This commit is contained in:
Alex Auvolat
2025-02-16 16:44:34 +01:00
parent 2f0c5ca220
commit cee7560fc1
14 changed files with 215 additions and 171 deletions
+1
View File
@@ -11,6 +11,7 @@ use garage_util::data::{sha256sum, Hash};
use error::*;
pub mod checksum;
pub mod error;
pub mod payload;
pub mod streaming;