Fixed a typo that it wasn't able to encrypt

master
mohammed jasem alaajel 2 years ago committed by Govindas
parent b6b8a27a39
commit b86ae9eb6d

@ -18,7 +18,7 @@ public class Encryption {
if (this.encryptionEnabled) {
// AES encryption
this.encryptionKey = encryptionKey;
this.macKey = encryptionKey;
this.macKey = macKey;
}
}

Loading…
Cancel
Save