package conex

  1. Overview
  2. Docs
Establish trust in community repositories

Install

Dune Dependency

Authors

Maintainers

Sources

conex-0.9.2.tbz
sha256=4081f7e860dca2856609d4f22f25c2c23db5944a9925f6ed206ac9422c41115f
md5=91025ad2e155afad333b2473568c9102

doc/conex.nocrypto/Conex_nocrypto/V/index.html

Module Conex_nocrypto.V

include Conex_crypto.VERIFY_BACK
val verify_rsa_pss : key:string -> data:string -> signature:string -> (unit, [> Conex_crypto.verification_error ]) result

verify_rsa_pss ~key ~data ~signature returns Ok () on success, otherwise a verification_error. Currently, SHA256 is used as hash algorithm.

val b64sha256 : string -> string

b64sha356 str computes the SHA256 digest of str and converts it to base64.

OCaml

Innovation. Community. Security.