third_party/wycheproof: add a missing sLen value to rsassa_pss_verify_schema.json

NOKEYCHECK=True
PiperOrigin-RevId: 282561885
GitOrigin-RevId: 38893647f278ff09f4c47a729168bfdfe442a80e
This commit is contained in:
Wycheproof Team
2019-11-26 07:34:28 -08:00
committed by Tink Team
parent 06e5e105ee
commit 91ee28e1c4
+4
View File
@@ -51,6 +51,10 @@
"format": "BigInt",
"description": "The modulus of the key"
},
"sLen": {
"type": "integer",
"description": "The salt length"
},
"sha": {
"type": "string",
"description": "The hash function for hasing the message."