fishinabarrel/linux-kernel-module-rust
Vedi su GitHubExpose enough APIs to support implementing a good CSPRNG-file device
Open
#164 aperta il 1 set 2019
enhancementgood first issue
Metriche repository
- Star
- (1340 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Basically /dev/urandom but blocks if the pool hasn't been initialized yet (same semantics as getrandom).
-
writeonFileOperations -
ioctlonFileOperations -
pollonFileOperations - An API for the kernel CSPRNG (
get_random_bytes,crng_ready,wait_for_random_bytes)