wasm-micro-runtime/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives
zoraaver b39fd516d3
Use next generation crypto API on Windows (#2769)
CryptGenRandom is deprecated by Microsoft and may be removed in future
releases. They recommend to use the next generation API instead. See
https://learn.microsoft.com/en-us/windows/win32/seccng/cng-portal for
more details. Also, refactor the random functions to return error codes
rather than aborting the program if they fail.
2023-11-17 18:40:29 +08:00
..
include Refactor clock functions to use WASI types (#2666) 2023-10-25 18:06:04 +08:00
src Use next generation crypto API on Windows (#2769) 2023-11-17 18:40:29 +08:00
LICENSE Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00