No description
Find a file
2024-12-24 12:16:15 +01:00
src fix: chunked processing (partly) 2024-12-24 12:16:15 +01:00
test fix: chunked processing (partly) 2024-12-24 12:16:15 +01:00
.gitignore feat: support chunked data 2024-12-21 16:29:06 +01:00
build.rs Initial commit 2024-12-21 15:12:38 +01:00
Cargo.lock fix: chunked processing (partly) 2024-12-24 12:16:15 +01:00
Cargo.toml fix: chunked processing (partly) 2024-12-24 12:16:15 +01:00
Readme.md doc: update readme 2024-12-21 15:29:19 +01:00

signal-decrypt-backup-rust

A port of https://github.com/mossblaser/signal_for_android_decryption in Rust for wasm.

This port was done for speed improvements and easier integration with wasm.

The cli version is available at https://git.duskflower.dev/duskflower/signal-decrypt-backup-rust

Build

You need wasm-pack installed. If you don't have it installed, you can install it using cargo install wasm-pack

wasm-pack build --target web

This will generate the usable js and wasm file in ./pkg