fix: chunked processing (partly)

This commit is contained in:
Samuel 2024-12-24 12:16:15 +01:00
parent a581e2326b
commit b3e3eb7270
10 changed files with 758 additions and 108 deletions

11
Cargo.lock generated
View file

@ -77,6 +77,16 @@ dependencies = [
"inout",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
"cfg-if",
"wasm-bindgen",
]
[[package]]
name = "cpufeatures"
version = "0.2.16"
@ -483,6 +493,7 @@ version = "0.1.0"
dependencies = [
"aes",
"base64",
"console_error_panic_hook",
"ctr",
"hkdf",
"hmac",