Description
OCaml applications can use cryptographic primitives such as hashes, ciphers, and related building blocks. It is useful for developers implementing protocols, secure storage, checksums, or compatibility with existing cryptographic formats.
Cryptographic libraries require careful design and correct algorithms. Do not invent protocols, and prefer reviewed higher-level libraries when they fit the use case.