Skip to content

Commit ab023eb

Browse files
committedMar 23, 2018
Standardize on proper name, "Hyperledger Fabric"
"Hyperledger Fabric" should, of course, be capitalized. Change-Id: I7b5a6c3a8b40c5adc86533c947fbe307f9ede02e Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
1 parent 3936513 commit ab023eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/source/idemix.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ security proofs.
193193
Identity Mixer code for Hyperledger
194194
-----------------------------------
195195

196-
Identity Mixer contribution to the Hyperledger fabric will consist of the
196+
Identity Mixer contribution to the Hyperledger Fabric will consist of the
197197
following packages:
198198
- a core Identity Mixer crypto package that
199199
implements creating issuer keys, issuing credentials, and generating
@@ -214,7 +214,7 @@ Overview of the current (MVP) contribution and features
214214
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
215215

216216
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:
218218

219219
* a core Identity Mixer crypto package (in Go lang) that implements basic cryptographic algorithms (key generation, signing, verification, zero-knowledge proofs);
220220
* 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
231231
Dependencies
232232
~~~~~~~~~~~~
233233

234-
Identity Mixer implementation in GO for the Hyperledger fabric requires
234+
Identity Mixer implementation in GO for the Hyperledger Fabric requires
235235
only one additional dependency - a `fork <https://github.com/manudrijvers/amcl/go>`__ from the `Miracl
236236
crypto library <https://github.com/miracl/amcl/tree/master/go>`__ - both
237237
are licensed under Apache v2.0.

0 commit comments

Comments
 (0)
Please sign in to comment.