Crypto module from nodejs is essential to make cryptocurrency wallet. I wanted to use this library which enables you to use node crypto module in RN.
However, the library uses native component for random bytes generation so that I can't use it without detaching the project. It would be helpful to have api for random bytes generation as well as other reimplementations of node crypto module.