mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-24 23:22:30 +00:00
remove aes args from global scope
This commit is contained in:
parent
d0c319dd49
commit
6b81995dd5
@ -442,9 +442,11 @@ function keyExpansion(key) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.rounds = rounds;
|
|
||||||
this.rk = keySched;
|
return {
|
||||||
return this;
|
rounds: rounds,
|
||||||
|
rk: keySched
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
function AESencrypt(block, ctx) {
|
function AESencrypt(block, ctx) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user