Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit aca9559

Browse files
Manu Drijversmastersingh24
authored andcommitted
[FAB-6584] Add amcl crypto library
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>
1 parent d186e02 commit aca9559

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@
192192
<version>1.20</version>
193193
</dependency>
194194

195+
<dependency>
196+
<groupId>org.miracl.milagro.amcl</groupId>
197+
<artifactId>milagro-crypto-java</artifactId>
198+
<version>0.1.0</version>
199+
</dependency>
195200
</dependencies>
196201

197202

0 commit comments

Comments
 (0)