fishinabarrel / linux-kernel-module-rust

Framework for writing Linux kernel modules in safe Rust
GNU General Public License v2.0
1.34k stars 119 forks source link

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

Open alex opened 5 years ago

alex commented 5 years ago

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