Module Conex_mirage_crypto.V
val verify_rsa_pss : key:string -> data:string -> signature:string -> Conex_resource.identifier -> (unit, [> Conex_verify.error ]) Stdlib.result
verify_rsa_pss ~key ~data ~signature
returnsOk ()
on success, otherwise averification_error
. Currently, SHA256 is used as hash algorithm.