shrub/README.md
2018-12-27 11:43:48 -08:00

455 B

libent is a cross-platform wrapper around getentropy(2). It exports one symbol, ent_getentropy, which expands to getentropy if the latter is available. Otherwise, it tries to use the next best source of entropy -- /dev/urandom on *nix, BCryptGenRandom on Windows.

References: