package conex

  1. Overview
  2. Docs
Establish trust in community repositories

Install

Dune Dependency

Authors

Maintainers

Sources

conex-0.10.1.tbz
sha256=8e92a9fce2133fa44f7d81211790e911a1e011a138ca56da48af50d612ed4b81
md5=1e09e8e28c4b26d5a22b3a5afd1fdc5c

doc/conex/Conex_private/index.html

Module Conex_privateSource

Private key operations and handling

Sourcemodule type S = sig ... end

The private key module type

Sourcemodule type FS = sig ... end

A simple IO module type for certain private key operations.

Sourcemodule type S_RSA_BACK = sig ... end

The RSA backend module type

Sourcemodule Make (C : S_RSA_BACK) (F : FS) : S

Given a RSA backend, instantiate the private key module type S.

OCaml

Innovation. Community. Security.