Conex_nocrypto.VSourceinclude Conex_crypto.VERIFY_BACKval verify_rsa_pss :
key:string ->
data:string ->
signature:string ->
(unit, [> Conex_crypto.verification_error ]) resultverify_rsa_pss ~key ~data ~signature returns Ok () on success, otherwise a verification_error. Currently, SHA256 is used as hash algorithm.
b64sha356 str computes the SHA256 digest of str and converts it to base64.