[][src]Crate fuchsia_cprng

Type-safe bindings for the Zircon kernel's CPRNG.

Functions

cprng_draw

Draw random bytes from the kernel's CPRNG to fill the given buffer. Returns the actual number of bytes drawn, which is always the size of the buffer provided.