Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val verify_rsa_pss :
key:string ->
data:string ->
signature:string ->
Conex_resource.identifier ->
(unit, [> Conex_verify.error ]) result
verify_rsa_pss ~key ~data ~signature
returns Ok ()
on success, otherwise a verification_error
. Currently, SHA256 is used as hash algorithm.