package nocrypto

  1. Overview
  2. Docs
Simpler crypto

Install

dune-project
 Dependency

Authors

Maintainers

Sources

nocrypto-0.5.4.tbz
sha256=8f720c8753136706ae14d46ba85e27f482a8b3e9ceccf08b0de63348618a507f
md5=c331a7a4d2a563d1d5ed581aeb849011

doc/nocrypto/Nocrypto/Cipher_block/index.html

Module Nocrypto.Cipher_block

Block ciphers.

Each algorithm, and each mode of operation, is contained in its own separate module.

module S : sig ... end

Module types for various block cipher modes of operation.

module Counter : sig ... end

BE counter function.

module AES : sig ... end
module DES : sig ... end