blob: 4d1df341cc8ce425b7972fcad8c1b9bea9713340 [file] [log] [blame] [view]
This is a compatibility library to provide a local /dev/urandom implementation.
This can be used in processes that load libraries expecting to read random bytes
from this path. This implementation only supports opening and reading the
contents. It always fills the provided buffer with data from zx_cprng_draw().