Make auxiliary-submitters optional. Saber does not have any
This commit is contained in:
parent
f18e464a68
commit
7883f8ce8c
@ -49,7 +49,7 @@ EXPECTED_FIELDS = {
|
|||||||
'length-secret-key': {'type': int, 'min': 1},
|
'length-secret-key': {'type': int, 'min': 1},
|
||||||
'nistkat-sha256': {'type': str, 'length': 64},
|
'nistkat-sha256': {'type': str, 'length': 64},
|
||||||
'principal-submitters': {'type': list, 'elements': {'type': str}},
|
'principal-submitters': {'type': list, 'elements': {'type': str}},
|
||||||
'auxiliary-submitters': {'type': list, 'elements': {'type': str}},
|
'auxiliary-submitters': {'type': list, 'elements': {'type': str}, 'optional' : True},
|
||||||
'implementations': {
|
'implementations': {
|
||||||
'type': list,
|
'type': list,
|
||||||
'elements': {
|
'elements': {
|
||||||
|
Loading…
Reference in New Issue
Block a user