mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
[wasm/qtfm] feat: add qtfm wasm glue
This commit is contained in:
@@ -45,7 +45,12 @@ impl ArgsQingTingFM {
|
||||
};
|
||||
|
||||
let device_key = self.make_device_key()?;
|
||||
let iv = make_decipher_iv(file_name)?;
|
||||
let iv = make_decipher_iv(&file_name)?;
|
||||
if cli.verbose {
|
||||
eprintln!(" file_name: {}", file_name);
|
||||
eprintln!("device_key: {}", hex::encode(&device_key));
|
||||
eprintln!(" file_iv: {}", hex::encode(&iv));
|
||||
}
|
||||
|
||||
let decipher = Decipher::new(&device_key, &iv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user