Skip to content

Commit 13f6c22

Browse files
save file
1 parent 50f5cfa commit 13f6c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blog/26-04-26/x509-certificates-in-js---encrypt-decrypt-data/ex/aes-encrypt-decrypt-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ aes encrypt / decrypt browser
123123
}//iv_buf
124124

125125

126-
async function blob_iv_buf(blob,iv_bits=96){debugger;
126+
async function blob_iv_buf(blob,iv_bits=96){
127127

128128
var bytes = iv_bits/8;
129129
var n = blob.size;

0 commit comments

Comments
 (0)