Browse Source

updating siv-mode for twice as fast filename encryption/decryption

Sebastian Stenzel 5 years ago
parent
commit
cfe25d0bf5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      main/pom.xml

+ 5 - 0
main/pom.xml

@@ -79,6 +79,11 @@
 			</dependency>
 
 			<!-- Cryptomator Libs -->
+			<dependency>
+				<groupId>org.cryptomator</groupId>
+				<artifactId>siv-mode</artifactId>
+				<version>1.4.0</version>
+			</dependency>
 			<dependency>
 				<groupId>org.cryptomator</groupId>
 				<artifactId>cryptofs</artifactId>