#random #bindings #generator #zircon #kernel #fuchsia #cross-compiling #build-artifact

fuchsia-cprng

Rust crate for the Fuchsia cryptographically secure pseudorandom number generator

2 releases

0.1.1 Feb 5, 2019
0.1.0 Jan 24, 2019

#2850 in Algorithms

Download history 191752/week @ 2025-09-12 201534/week @ 2025-09-19 253633/week @ 2025-09-26 194915/week @ 2025-10-03 166366/week @ 2025-10-10 189947/week @ 2025-10-17 225278/week @ 2025-10-24 205607/week @ 2025-10-31 232127/week @ 2025-11-07 202920/week @ 2025-11-14 146812/week @ 2025-11-21 95062/week @ 2025-11-28 107706/week @ 2025-12-05 85705/week @ 2025-12-12 62638/week @ 2025-12-19 40334/week @ 2025-12-26

313,965 downloads per month

Custom license

3KB

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


Rust bindings for Zircon kernel CPRNG

This repository contains Rust language bindings for Zircon kernel CPRG.

There are two ways to build Rust artifacts targeting Fuchsia; using the Fargo cross compiling tool or including your artifact in the GN build. Of the two, Fargo is likely better for exploration and experimentation.

No runtime deps