rand_jitter_kernel 0.2.0

provides interface to Linux kernel jitterentropy_rng
Documentation
[package]
name = "rand_jitter_kernel"
version = "0.2.0"
edition = "2024"
license = "MIT"
readme = "README.md"
authors = ["Markus Theil <theil.markus@gmail.com>"]
repository = "https://github.com/thillux/rand_jitter_kernel"
description = "provides interface to Linux kernel jitterentropy_rng"
keywords = ["rand", "random", "rng", "jitterentropy"]
categories = ["cryptography"]

[dependencies]
rand_core = "0.10.0"
libc = { version = ">=0.2.180" }

[dev-dependencies]
rand = "0.10.0"
rand_chacha = "0.10.0"
rand_xoshiro = "0.8.0"

[lints.rust]
missing_docs = "deny"
missing_debug_implementations = "deny"

[lints.clippy]
all = { level = "deny", priority = 0 }
pedantic = { level = "deny", priority = 0 }
cargo = { level = "deny", priority = 0 }