chore(csprng): use getrandom as random source for unix seeder

This commit is contained in:
Nicolas Sarlin
2025-09-03 10:38:07 +02:00
committed by Nicolas Sarlin
parent baad6a6b49
commit e2c7359057
5 changed files with 30 additions and 27 deletions

View File

@@ -86,7 +86,7 @@ wasm-bindgen-rayon = { version = "1.3.0", optional = true }
js-sys = { version = "0.3", optional = true }
console_error_panic_hook = { version = "0.1.7", optional = true }
serde-wasm-bindgen = { version = "0.6.0", optional = true }
getrandom = { version = "0.2.8", optional = true }
getrandom = { workspace = true, optional = true }
bytemuck = { workspace = true }
tfhe-hpu-backend = { version = "0.2", path = "../backends/tfhe-hpu-backend", optional = true }