package conex

  1. Overview
  2. Docs
Establishing trust in community repositories

Install

dune-project
 Dependency

Authors

Maintainers

Sources

conex-1.0.0.tbz
sha256=8ba730718cbf0a381f0bce3493d18bfea1823bee0f43e4cbddad222b66dc164f
sha512=a76787c46b7c867e41daba10989841e95e7a2ba142dd09ae078649fd60340fcef703f41ddffc67b9c899fb4a2956906a0c8f9d04db7da435ac502b19851a490a

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_BACK = sig ... end

The backend module type

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

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