Skip to content

Commit 925f16f

Browse files
committed
schemas: fix rsa_common.json otherPrimeInfos format
As described in doc/types.md and confirmed in the original generator src these array items are BigInt format, not Hex. Thanks to jpgoldberg for the report.
1 parent b51abcf commit 925f16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/rsa_common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"type": "array",
4343
"items": {
4444
"type": "string",
45-
"format": "Hex"
45+
"format": "BigInt"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)