fishinabarrel/linux-kernel-module-rust
Ver no GitHubExpose enough APIs to support implementing a good CSPRNG-file device
Open
#164 aberto em 1 de set. de 2019
enhancementgood first issue
Métricas do repositório
- Stars
- (1.340 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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)