Skip to content

Commit

Permalink
Formatted JSON files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wind4Greg committed Aug 7, 2024
1 parent a7da717 commit 4c04a38
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TestVectors/FeatureInputs/hiddenPid.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"pidHex": "2121e748cf836c7c46a347c6fbd62ffae184c2293128b50770a455049870b2c3"
"pidHex": "2121e748cf836c7c46a347c6fbd62ffae184c2293128b50770a455049870b2c3"
}
2 changes: 1 addition & 1 deletion TestVectors/FeatureInputs/issuerPid.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"pidHex": "5105adaaa2b9d6a48a9ab9e46471b40d875febc15d35663016ddb5461619d6d1"
"pidHex": "5105adaaa2b9d6a48a9ab9e46471b40d875febc15d35663016ddb5461619d6d1"
}
5 changes: 4 additions & 1 deletion TestVectors/HolderBinding/derivedAdjIndexes.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{"adjMandatoryIndexes":[0,1,2,5,6,8,9],"adjSelectiveIndexes":[0,1,5,7,10,16]}
{
"adjMandatoryIndexes":[0,1,2,5,6,8,9],
"adjSelectiveIndexes":[0,1,5,7,10,16]
}
7 changes: 6 additions & 1 deletion TestVectors/HolderBinding/derivedGroupIndexes.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{"combinedIndexes":[0,1,2,3,4,5,6,10,11,13,14,17,23],"mandatoryIndexes":[0,1,2,5,6,11,13],"nonMandatoryIndexes":[3,4,7,8,9,10,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29],"selectiveIndexes":[3,4,5,6,10,14,17,23]}
{
"combinedIndexes":[0,1,2,3,4,5,6,10,11,13,14,17,23],
"mandatoryIndexes":[0,1,2,5,6,11,13],
"nonMandatoryIndexes":[3,4,7,8,9,10,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29],
"selectiveIndexes":[3,4,5,6,10,14,17,23]
}

0 comments on commit 4c04a38

Please sign in to comment.