Replies: 2 comments 1 reply
-
Yes, we'll have that. For now you can use the libsodium wrapper github.com/vlang/libsodium |
Beta Was this translation helpful? Give feedback.
0 replies
-
V has a ecdsa module now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
As V's
crypto
module is based off of Go's package, I propose adding Public Key functionality to the package.Suggested path is:
As a first step, only the basic implementation can be provided, without safety features like constant-time implementations
Beta Was this translation helpful? Give feedback.
All reactions