proxy-wasm-cpp-host
proxy-wasm-cpp-host copied to clipboard
Cleanup random bytes
Instead of using RAND_bytes directly in Proxy-Wasm C++ Host, we should get random bytes from the embedding application, which might also have an optimized version of it available.
cc @mathetake