Crates.io | fuchsia-cprng |
lib.rs | fuchsia-cprng |
version | 0.1.1 |
source | src |
created_at | 2019-01-24 22:37:56.232806 |
updated_at | 2019-02-05 19:31:52.132087 |
description | Rust crate for the Fuchsia cryptographically secure pseudorandom number generator |
homepage | |
repository | https://fuchsia.googlesource.com/fuchsia/+/master/garnet/public/rust/fuchsia-cprng |
max_upload_size | |
id | 110514 |
size | 6,036 |
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.