mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00
fix symkey version
This commit is contained in:
parent
9aca150fca
commit
8d08d0bd1a
@ -46,6 +46,7 @@ module.exports = SymEncryptedSessionKey;
|
||||
*/
|
||||
function SymEncryptedSessionKey() {
|
||||
this.tag = enums.packet.symEncryptedSessionKey;
|
||||
this.version = 4;
|
||||
this.sessionKeyEncryptionAlgorithm = null;
|
||||
this.sessionKeyAlgorithm = 'aes256';
|
||||
this.encrypted = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user