fishinabarrel/linux-kernel-module-rust
GitHub で見るExpose enough APIs to support implementing a good CSPRNG-file device
Open
#164 opened on 2019年9月1日
enhancementgood first issue
Repository metrics
- Stars
- (1,340 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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)