Replies: 7 comments 8 replies
-
I think the decision is between these two: It was said by @mpetrunic:
My preference is to utilize official Ethereum packages whenever available, but not pulling in |
Beta Was this translation helpful? Give feedback.
-
For the nature of our library, to us wider aspects to consider are range of browsers and platforms compatibility and trust of the community. But with that we can't compromise the goal to reduce the library size. For the library After reviewing the code of So my suggestion would be to proceed with We can also do a standalone performance comparison between cryptographic libraries to see which one performs well. But that can be done as an independent goal. |
Beta Was this translation helpful? Give feedback.
-
Hey @spacesailor24, I can give more context here. We are going to release a 2.x version of We will keep maintaining 1.x as it targets legacy runtimes/browsers, while 2.x won't. No plan to introduce any change on that branch though, but just keep it in maintenance mode. Regarding audits, |
Beta Was this translation helpful? Give feedback.
-
Consensus around this is to use the js-ethereum-cryptography package using |
Beta Was this translation helpful? Give feedback.
-
Currently in
1.x
we are usingethereumjs
for hashing functions likesha3
andkeccak256
For
4.x
suggestions are open as we have alot of flexibility and options in terms of what library would be suitable for us.Beta Was this translation helpful? Give feedback.
All reactions