proxy-wasm-cpp-host icon indicating copy to clipboard operation
proxy-wasm-cpp-host copied to clipboard

Cleanup random bytes

Open PiotrSikora opened this issue 4 years ago • 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

PiotrSikora avatar Apr 26 '21 07:04 PiotrSikora