mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
fixed forge test
This commit is contained in:
parent
04376d0245
commit
01469356dd
@ -86,7 +86,7 @@ test("AES-128-CBC En/Decrypt", 1, function() {
|
|||||||
deCipher.update(forge.util.createBuffer(enCipher.output.data));
|
deCipher.update(forge.util.createBuffer(enCipher.output.data));
|
||||||
deCipher.finish();
|
deCipher.finish();
|
||||||
|
|
||||||
equal(input, deCipher.output, 'En/Decrypt');
|
equal(input, deCipher.output, 'En/Decrypt length: ' + input.length);
|
||||||
});
|
});
|
||||||
|
|
||||||
test("PBKDF2", 1, function() {
|
test("PBKDF2", 1, function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user