mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-11 21:31:46 +00:00
committed by
Moxie Marlinspike
parent
b7badec752
commit
0b62cf372b
@@ -100,7 +100,7 @@ public class DecryptingPartInputStream extends FileInputStream {
|
||||
private int readFinal(byte[] buffer, int offset, int length) throws IOException {
|
||||
try {
|
||||
int flourish = cipher.doFinal(buffer, offset);
|
||||
// mac.update(buffer, offset, flourish);
|
||||
//mac.update(buffer, offset, flourish);
|
||||
|
||||
byte[] ourMac = mac.doFinal();
|
||||
byte[] theirMac = new byte[mac.getMacLength()];
|
||||
|
||||
Reference in New Issue
Block a user