#secure-random #numbers #generator #fuchsia #bindings #artifact #zircon

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

#2031 in Algorithms

Download history 133207/week @ 2023-12-02 99134/week @ 2023-12-09 95671/week @ 2023-12-16 40798/week @ 2023-12-23 73602/week @ 2023-12-30 100668/week @ 2024-01-06 105889/week @ 2024-01-13 104477/week @ 2024-01-20 95686/week @ 2024-01-27 110879/week @ 2024-02-03 109420/week @ 2024-02-10 93404/week @ 2024-02-17 111419/week @ 2024-02-24 110361/week @ 2024-03-02 104504/week @ 2024-03-09 94379/week @ 2024-03-16

439,615 downloads per month

Custom license

3KB

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.


lib.rs:

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

No runtime deps