mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-06 16:17:31 +00:00
slow start, increasing number of blocks worked on per thread, reusing ciphers for multiple consecutive blocks
This commit is contained in:
+4
@@ -3,6 +3,10 @@ package org.cryptomator.crypto.exceptions;
|
||||
public class EncryptFailedException extends CryptingException {
|
||||
private static final long serialVersionUID = -3855673600374897828L;
|
||||
|
||||
public EncryptFailedException(Throwable t) {
|
||||
super("Encryption failed.", t);
|
||||
}
|
||||
|
||||
public EncryptFailedException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user