fishinabarrel/linux-kernel-module-rust

Expose enough APIs to support implementing a good CSPRNG-file device

Open

#164 opened on Sep 1, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (122 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (1,340 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Basically /dev/urandom but blocks if the pool hasn't been initialized yet (same semantics as getrandom).

Contributor guide