Skip to content

Commit

Permalink
[FAB-6584] Add amcl crypto library
Browse files Browse the repository at this point in the history
This commits adds the apache milagro crypto library as a dependency,
which will be used to implement the identity mixer cryptography.

Change-Id: I39276578938999287a19996d807f23d61c80e12f
Signed-off-by: Manu Drijvers <mdr@zurich.ibm.com>
  • Loading branch information
Manu Drijvers authored and mastersingh24 committed May 17, 2018
1 parent d186e02 commit aca9559
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@
<version>1.20</version>
</dependency>

<dependency>
<groupId>org.miracl.milagro.amcl</groupId>
<artifactId>milagro-crypto-java</artifactId>
<version>0.1.0</version>
</dependency>
</dependencies>


Expand Down

0 comments on commit aca9559

Please sign in to comment.