Module type Dmc_crypto.S

Random Generator

val random_string : int -> string

random_string len returns a string of len random bytes.

Hashing

module Blake2b : sig ... end

Stream Cypher

module IETF_ChaCha20 : sig ... end

Public-Key Cryptography

module Ed25519 : sig ... end