You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that this library as a whole did not go through the full security audit, but what about parts of it, namely address generation - is that part anywhere close to being production ready or is it highly experimental as well?
I am only using:
createVault
generateRandomSeed
keyFromPassword
generateNewAddress
to generate addresses for users and now that I am getting closer to production I am wondering if I can roll out with this code or should I look for other libraries.
Unfortunately I am not able to assess by myself the quality of above functions implementations as they are a bit too technical for me.
The text was updated successfully, but these errors were encountered:
I understand that this library as a whole did not go through the full security audit, but what about parts of it, namely address generation - is that part anywhere close to being production ready or is it highly experimental as well?
I am only using:
to generate addresses for users and now that I am getting closer to production I am wondering if I can roll out with this code or should I look for other libraries.
Unfortunately I am not able to assess by myself the quality of above functions implementations as they are a bit too technical for me.
The text was updated successfully, but these errors were encountered: