Browse Source

Make auxiliary-submitters optional. Saber does not have any

master
Matthias J. Kannwischer 5 years ago
parent
commit
7883f8ce8c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_metadata.py

+ 1
- 1
test/test_metadata.py View File

@@ -49,7 +49,7 @@ EXPECTED_FIELDS = {
'length-secret-key': {'type': int, 'min': 1},
'nistkat-sha256': {'type': str, 'length': 64},
'principal-submitters': {'type': list, 'elements': {'type': str}},
'auxiliary-submitters': {'type': list, 'elements': {'type': str}},
'auxiliary-submitters': {'type': list, 'elements': {'type': str}, 'optional' : True},
'implementations': {
'type': list,
'elements': {


Loading…
Cancel
Save