Replies: 8 comments 15 replies
-
It has https://modules.vlang.io/crypto.ed25519.html (which was just created recently) but not ecdsa. Yet. |
Beta Was this translation helpful? Give feedback.
-
ecdsa is usd by bitcoin, which is most popular cryptocurrencies |
Beta Was this translation helpful? Give feedback.
-
We have lack of |
Beta Was this translation helpful? Give feedback.
-
I’d be willing to sponsor anyone with the ability to bring ECDSA to V. If you are interested please reach out. |
Beta Was this translation helpful? Give feedback.
-
I am working on a solution to implement TLS in V. Especially such crypto modules have to be maintained permanently, which is why I will probably use OpenSSL and the Win32 API functions in the form of a wrapper. It makes sense to implement ECDSA for this purpose as well. (And as soon as V is stable enough to write the functions in pure V). I estimate with the implementation until the end of August this year. See #11806 |
Beta Was this translation helpful? Give feedback.
-
While wrapping C libs is a quick & dirty (often very dirty) way to get something to work, I'd rather see @hungrybluedev finish a pure V version of ECDSA. OpenSSL is already used with V, but it has been nothing but trouble trying to get Windows users to be able to install it properly. A pure V version wouldn't have this problem (or many others related to trying to shoe-horn C libs into it that don't necessarily work well on all systems). |
Beta Was this translation helpful? Give feedback.
-
What's going on with the pure V versions of ECDSA and RSA? Know there is thirdparty solutions, but curious on if anybody is still or going to do the pure V ones. |
Beta Was this translation helpful? Give feedback.
-
V has a ecdsa module now. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions