Replies: 2 comments
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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