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 this;
|
||||
|
||||
return {
|
||||
rounds: rounds,
|
||||
rk: keySched
|
||||
};
|
||||
}
|
||||
|
||||
function AESencrypt(block, ctx) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user