You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: token/core/zkatdlog/nogh/protos/noghpp.proto
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ message PublicParameters {
38
38
repeatedG1pedersen_generators=4; // contains the public parameters for the Pedersen commitment scheme.
39
39
RangeProofParamsrange_proof_params=5; // contains the public parameters for the range proof scheme.
40
40
repeatedIdemixIssuerPublicKeyidemix_issuer_public_keys=6; // contains the idemix issuer public keys. Wallets should prefer the use of keys valid under the public key whose index in the array is the smallest.
41
-
Identityauditor=7; // is the public key of the auditor.
41
+
repeatedIdentityauditors=7; // is the public key of the auditor.
42
42
repeatedIdentityissuers=8; // is a list of public keys of the entities that can issue tokens.
43
43
uint64max_token=9; // is the maximum quantity a token can hold
44
44
uint64quantity_precision=10; // is the precision used to represent quantities
0 commit comments