Utilities
module Base64 : sig ... endBase64 conversion.
module Numeric : sig ... endNumeric utilities.
Hashing
module Hash : sig ... endHashes.
Symmetric-key cryptography
module Cipher_block : sig ... endBlock ciphers.
module Cipher_stream : sig ... endStreaming ciphers.
Randomness
module Rng : sig ... endSecure random number generation.
Public-key cryptography
module Rsa : sig ... endRSA public-key cryptography.
module Dsa : sig ... endDSA digital signature algorithm.
module Dh : sig ... endDiffie-Hellman, MODP version.