Make auxiliary-submitters optional. Saber does not have any

Šī revīzija ir iekļauta:
Matthias J. Kannwischer 2019-06-18 11:15:40 +02:00
vecāks f18e464a68
revīzija 7883f8ce8c

Parādīt failu

@ -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': {