|
|
@@ -42,6 +42,7 @@ EXPECTED_FIELDS = { |
|
|
|
'type': {'type': str}, |
|
|
|
'claimed-nist-level': {'type': int, 'min': 1, 'max': 5}, |
|
|
|
'length-public-key': {'type': int, 'min': 1}, |
|
|
|
'length-secret-key': {'type': int, 'min': 1}, |
|
|
|
'testvectors-sha256': {'type': str, 'length': 64}, |
|
|
|
'principal-submitter': {'type': str}, |
|
|
|
'auxiliary-submitters': {'type': list, 'elements': {'type': str}}, |
|
|
@@ -59,6 +60,7 @@ EXPECTED_FIELDS = { |
|
|
|
|
|
|
|
KEM_FIELDS = { |
|
|
|
'length-ciphertext': {'type': int, 'min': 1}, |
|
|
|
'length-shared-secret': {'type': int, 'min': 1}, |
|
|
|
} |
|
|
|
|
|
|
|
SIGNATURE_FIELDS = { |
|
|
|