mirage / mirage-crypto

Cryptographic primitives for OCaml, in OCaml (also used in MirageOS)
ISC License
77 stars 43 forks source link

RNG: fix some docstrings #222

Closed hannesm closed 6 months ago

hannesm commented 6 months ago

mirage unikernel: update to avoid cstruct

this requires the new mirage-random interface -- https://github.com/mirage/mirage-random/pull/15 -- together with a mirage release that allows such an API change (I'll figure out a roadmap how to incrementally adapt mirage with no-cstruct).