@@ -193,7 +193,7 @@ security proofs.
193
193
Identity Mixer code for Hyperledger
194
194
-----------------------------------
195
195
196
- Identity Mixer contribution to the Hyperledger fabric will consist of the
196
+ Identity Mixer contribution to the Hyperledger Fabric will consist of the
197
197
following packages:
198
198
- a core Identity Mixer crypto package that
199
199
implements creating issuer keys, issuing credentials, and generating
@@ -214,7 +214,7 @@ Overview of the current (MVP) contribution and features
214
214
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
215
215
216
216
The MVP part of the Identity Mixer contribution
217
- to the Hyperledger fabric consists of the following packages:
217
+ to the Hyperledger Fabric consists of the following packages:
218
218
219
219
* a core Identity Mixer crypto package (in Go lang) that implements basic cryptographic algorithms (key generation, signing, verification, zero-knowledge proofs);
220
220
* a membership service provider (MSP) implementation for signing and verifying the transactions using the Identity Mixer crypto package;
@@ -231,7 +231,7 @@ The first version of the Identity Mixer crypto library provides the following fu
231
231
Dependencies
232
232
~~~~~~~~~~~~
233
233
234
- Identity Mixer implementation in GO for the Hyperledger fabric requires
234
+ Identity Mixer implementation in GO for the Hyperledger Fabric requires
235
235
only one additional dependency - a `fork <https://github.com/manudrijvers/amcl/go >`__ from the `Miracl
236
236
crypto library <https://github.com/miracl/amcl/tree/master/go> `__ - both
237
237
are licensed under Apache v2.0.
0 commit comments