api: switch to crc_fast for checksumming and implement full-object mpu checksums

This commit is contained in:
Alex Auvolat
2025-05-09 16:32:33 +02:00
parent 589a992af8
commit e475c7f802
9 changed files with 235 additions and 149 deletions
+1 -3
View File
@@ -49,9 +49,7 @@ bytes = "1.0"
bytesize = "1.1"
cfg-if = "1.0"
chrono = { version = "0.4", features = ["serde"] }
crc32fast = "1.4"
crc32c = "0.6"
crc64fast-nvme = "1.2"
crc-fast = "1.1"
crypto-common = "0.1"
err-derive = "0.3"
gethostname = "0.4"