Fix CRC32C Checksum Implementation and Enhance Authentication System (#678)

* fix: get_condition_values

* fix checksum crc32c

* fix clippy
This commit is contained in:
weisd
2025-10-21 21:28:00 +08:00
committed by GitHub
parent 2edb2929b2
commit a65856bdf4
17 changed files with 770 additions and 121 deletions
Generated
+2
View File
@@ -6773,6 +6773,7 @@ dependencies = [
"base64 0.22.1",
"base64-simd",
"bytes",
"crc32c",
"crc32fast",
"crc64fast-nvme",
"futures",
@@ -6888,6 +6889,7 @@ dependencies = [
"hickory-resolver",
"highway",
"hmac 0.12.1",
"http 1.3.1",
"hyper 1.7.0",
"libc",
"local-ip-address",