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/" 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.0/mirage-crypto-v0.6.0.tbz" checksum: [ "sha256=85c2e419fb8215ff354988ee58f1335b452da41f1bf3022a62d29ab8af56d462" "sha512=ea3f1a99f9e7e1d66198a8ca7a07ae2f11ac6ef49f2a8b3d14f414a70243db09ec79454200e423d3792f58effa421fe3213e5ee6efe5e9ec8e43fd3444dad22c" ] } flags: deprecated