comment
This commit is contained in:
parent
4df75b0f45
commit
aec3c54b5e
1 changed files with 1 additions and 0 deletions
|
|
@ -183,4 +183,5 @@ function AESDecryption(buffer, cipherObject = ECB_STREAM_CIPHER) {
|
||||||
return output.subarray(0, -output[output.length - 1]);
|
return output.subarray(0, -output[output.length - 1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Make functions global so they can be used on click and change events (for Webpack)
|
||||||
window.LoadSaveFile = LoadSaveFile;
|
window.LoadSaveFile = LoadSaveFile;
|
||||||
Loading…
Reference in a new issue