mirage-crypto-rng
v0.7.0
mirage-crypto 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 family), AEAD primitives (AES-GCM, AES-CCM), 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.
Mirage-crypto is a fork of the
ocaml-nocrypto written by David
Kaloper. It was forked with the permission of the original author in order to
facilitate changes (e.g. build system) required by Mirage that the upstream
didn't have time to keep up with.
Mirage-crypto-entropy embeds the former mirage-entropy opam package, which
implements various entropy sources for MirageOS unikernels:
timer based ones (see whirlwind RNG paper)
rdseed and rdrand (x86/x86-64 only)
Build
dune build
dune runtest
FAQ
RNG seeding
If RNG fails with Fatal error: exception Uncommon.Boot.Unseeded_generator
, you
need to [seed][doc-entropy] it.
Unix:
let () = Mirage_crypto_rng_unix.initialize ()
sha256=8e59d63186f695f57cbf86643f453fdc941cd017b3a56ba41729c03536a5f34c
sha512=066d6cd718878e824f570bbc20c1a85f2cef31bd4c421d00952f68e62c21ec8764d8ba591bc01c4061888abee6e8d3b5b93f5d5537dc7dafa7e7f13dabdd40ae
with-test & >= "3.0.0"
with-test & >= "2.0.0"
with-test & >= "3.0.0"
>= "3.0.0"
>= "2.0.0"
>= "3.7.0" & < "3.8.0"
>= "4.0.0"
>= "1.0.0"
with-test & >= "0.1.3"
with-test
= version
>= "4.0.0"
>= "1.7"
>= "4.08.0"
>= "0.9.0"
>= "0.9.0"
>= "0.9.0"
>= "0.3.3"
>= "0.3"
>= "0.2.0"
>= "0.2.0"
>= "4.4.0" & < "4.6.3"
>= "4.5.0" & < "4.6.1"
>= "4.4.0"
= "2.1.3"
= "2.1.3"
= "2.1.3"
>= "0.2.1" & < "0.3.0"
= "0.7.0"
>= "0.5.0"
>= "0.3.7" & < "0.3.10"
>= "1.0.4"
>= "0.5.0"
>= "0.11.0" & < "0.12.2"
>= "0.10.0"