Back to Java cipher, they are both the same speed

This commit is contained in:
md_5
2013-07-08 08:33:25 +10:00
parent 475571986c
commit 7d1904584b
7 changed files with 18 additions and 31 deletions

View File

@@ -61,12 +61,6 @@
<version>5.1.24</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.49</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>