Cleanup random bytes
PiotrSikora opened this issue · 0 comments
PiotrSikora commented
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