fishinabarrel/linux-kernel-module-rust
在 GitHub 查看Expose enough APIs to support implementing a good CSPRNG-file device
Open
#164 建立於 2019年9月1日
enhancementgood first issue
倉庫指標
- Star
- (1,340 star)
- PR 合併指標
- (30 天內沒有已合併 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)