Stream: wasi

Topic: ✔ Crypto expose RNG


view this post on Zulip Scott Waye (Nov 19 2023 at 14:15):

Do you think the crypto proposal could expose the RNG as part of its common functions? Would be useful for dotnet as it has it's own implementation of various algorithms, but needs a secure RNG from the host.

view this post on Zulip Till Schneidereit (Nov 19 2023 at 15:53):

a secure RNG is already exposed via wasi-random, which is part of both the wasi-cli and wasi-http worlds

Command-Line Interface (CLI) World for WASI. Contribute to WebAssembly/wasi-cli development by creating an account on GitHub.
Contribute to WebAssembly/wasi-http development by creating an account on GitHub.

view this post on Zulip Scott Waye (Nov 19 2023 at 17:36):

Thanks, I wasn't aware of that!

view this post on Zulip Notification Bot (Nov 19 2023 at 17:36):

Scott Waye has marked this topic as resolved.


Last updated: Oct 23 2024 at 20:03 UTC