opam-version: "2.0" homepage: "https://github.com/mirage/mirage-crypto" dev-repo: "git+https://github.com/mirage/mirage-crypto.git" bug-reports: "https://github.com/mirage/mirage-crypto/issues" doc: "https://mirage.github.io/mirage-crypto/doc" maintainer: "Hannes Mehnert " license: "BSD-2-Clause" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "dune" {>= "1.7.0"} "ocaml" {>= "4.07.0"} "cstruct" {>= "4.0.0"} "mirage-runtime" {>= "3.7.0" & < "3.8.0"} "lwt" {>= "4.0.0"} "mirage-crypto" {=version} "mirage-crypto-rng" {=version} "mirage-unix" {with-test & >= "3.0.0"} ] tags: [ "org:mirage"] available: [ arch = "x86_64" | arch = "arm64" ] synopsis: "Entropy source for MirageOS unikernels" description: """ Mirage-crypto-entropy implements various entropy sources for MirageOS unikernels: - timer based ones (see [whirlwind RNG paper](https://www.ieee-security.org/TC/SP2014/papers/Not-So-RandomNumbersinVirtualizedLinuxandtheWhirlwindRNG.pdf)) - rdseed and rdrand (x86/x86-64 only) """ authors: ["Hannes Mehnert" "David Kaloper" "Anil Madhavapeddy" "Dave Scott"] url { src: "https://github.com/mirage/mirage-crypto/releases/download/v0.6.1/mirage-crypto-v0.6.1.tbz" checksum: [ "sha256=dd99b67fc30dc0144cb7bfdd4d1c783f42d5a7ba847ce31c132712872f66f7b1" "sha512=351354a044d6c8e24c26389eeb8cb174d2506f8e8bef5795078ca80b6e9a0b56a5c306a0c8279d6d947c3c871b9d9fd8a6311b18fc77a54d031deec29582ffc3" ] } flags: deprecated