File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
web-crypto/encrypt-decrypt Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
( ( ) => {
2
2
3
3
/*
4
- Store the calculated ciphertext and IV here, so we can decrypt it later.
4
+ Store the calculated ciphertext and IV here, so we can decrypt the message later.
5
5
*/
6
6
let ciphertext ;
7
7
let iv ;
Original file line number Diff line number Diff line change 1
1
( ( ) => {
2
2
3
3
/*
4
- Store the calculated ciphertext and counter here, so we can decrypt it later.
4
+ Store the calculated ciphertext and counter here, so we can decrypt the message later.
5
5
*/
6
6
let ciphertext ;
7
7
let counter ;
Original file line number Diff line number Diff line change 1
1
( ( ) => {
2
2
3
3
/*
4
- Store the calculated ciphertext and IV here, so we can decrypt it later.
4
+ Store the calculated ciphertext and IV here, so we can decrypt the message later.
5
5
*/
6
6
let ciphertext ;
7
7
let iv ;
Original file line number Diff line number Diff line change 1
1
( ( ) => {
2
2
3
3
/*
4
- Store the calculated ciphertext here, so we can decrypt it later.
4
+ Store the calculated ciphertext here, so we can decrypt the message later.
5
5
*/
6
6
let ciphertext ;
7
7
You can’t perform that action at this time.
0 commit comments