Adding SHA-256 hashing impl and test classes

This commit is contained in:
Sameera
2016-11-14 22:31:50 +05:30
parent 2d34971fcc
commit 8e2ad93233
3 changed files with 93 additions and 0 deletions
+5
View File
@@ -46,6 +46,11 @@
<version>3.3</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.55</version>
</dependency>
<!-- web -->
<!-- marshalling -->