mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-06 06:06:47 +00:00
wording
This commit is contained in:
parent
7e03410bc9
commit
f0d65780ad
@ -629,7 +629,7 @@ describe('OpenPGP.js public api tests', function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should encrypt with custom session key and decrypt using session key', function() {
|
it('should encrypt using custom session key and decrypt using session key', function() {
|
||||||
var sessionKey = {
|
var sessionKey = {
|
||||||
data: openpgp.crypto.generateSessionKey('aes256'),
|
data: openpgp.crypto.generateSessionKey('aes256'),
|
||||||
algorithm: 'aes256'
|
algorithm: 'aes256'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user