proxy-wasm/proxy-wasm-cpp-host

Cleanup random bytes

PiotrSikora opened this issue · 0 comments

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