Fixed performance implications due to slow /dev/random. Now seeding PRNG only once per Cryptor. Fixes #36

This commit is contained in:
Sebastian Stenzel
2015-02-23 14:51:52 +01:00
parent cba8bbefc5
commit 63f64fae03
8 changed files with 28 additions and 51 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>
<artifactId>crypto-api</artifactId>
<name>Cryptomator cryptographic module API</name>