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:
committed by
Tink Team
parent
06e5e105ee
commit
91ee28e1c4
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user