module Nocrypto:sig
..end
Nocrypto is a cryptographic library.
The overarching API principle is simply mapping inputs to outputs, wherever feasible.
Similar algorithms in the same class (like hashes or block ciphers) are presented as distinct modules sharing the same signature.
Randomness is treated as an ambient effect.
v0.5.4-1-ga89c616 — homepage
module Base64:sig
..end
module Numeric:sig
..end
module Hash:sig
..end
module Cipher_block:sig
..end
module Cipher_stream:sig
..end
module Rng:sig
..end
module Rsa:sig
..end
module Dsa:sig
..end
module Dh:sig
..end