nocryptoversion

Simpler crypto

nocrypto is a small cryptographic library that puts emphasis on the applicative style and ease of use. It includes basic ciphers (AES, 3DES, RC4), hashes (MD5, SHA1, SHA2), public-key primitives (RSA, DSA, DH) and a strong RNG (Fortuna).

RSA timing attacks are countered by blinding. AES timing attacks are avoided by delegating to AES-NI.

Tags org:mirage
AuthorDavid Kaloper <david@numm.org>
LicenseISC
Published
Homepagehttps://github.com/mirleft/ocaml-nocrypto
Issue Trackerhttps://github.com/mirleft/ocaml-nocrypto/issues
MaintainerDavid Kaloper <david@numm.org>
Dependencies
Source [http] https://github.com/mirleft/ocaml-nocrypto/releases/download/v0.5.4/nocrypto-0.5.4.tbz
md5=c331a7a4d2a563d1d5ed581aeb849011
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/nocrypto/nocrypto.0.5.4-1/opam
Required by
Optionally used by