Skip to content

Commit 85497e7

Browse files
committed
schemas: distinct MLDSA sign w/o seed test group name
1 parent 46bf628 commit 85497e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/mldsa_sign_noseed_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "object",
33
"definitions": {
4-
"MlDsaSignTestGroup": {
4+
"MlDsaSignNoSeedTestGroup": {
55
"type": "object",
66
"properties": {
77
"type": {
@@ -63,7 +63,7 @@
6363
"testGroups": {
6464
"type": "array",
6565
"items": {
66-
"$ref": "#/definitions/MlDsaSignTestGroup"
66+
"$ref": "#/definitions/MlDsaSignNoSeedTestGroup"
6767
}
6868
}
6969
},

0 commit comments

Comments
 (0)