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…
Reference in New Issue
Block a user