fishinabarrel/linux-kernel-module-rust
Expose enough APIs to support implementing a good CSPRNG-file device
開放
#164 建立於 2019年9月1日
enhancementgood first issue
倉庫指標
- 星標
- (1,337 顆星)
- 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)