Crate osom_lib_entropy

Crate osom_lib_entropy 

Source
Expand description

This crate defines entropy generators. Here by “entropy” we mean “true” (or close enough) randomness. We can think of it as (potentially) slow random number generators, but with high quality randomness.

The crate is #![no_std]. But it does use external os specific dependencies (e.g. libc or windows-sys).

Modules§

std
Holds the default entropy implementation.
traits
Holds entropy traits.