-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there an example of ECDSA algorithm #42
Comments
There is not. What are you trying to do? I can try writing one for you. |
I want to load the private key and secret key from the file, and then encrypt and decrypt the transmitted data through ECDSA. |
I don't know of a way to encode/decode keys from a file. Is there a file format you are using that I can investigate? |
This public key and Private key are generated by me from the Go language, and its code is like this.Its format ends in .pem `
` The following files are the private keys and keys after they are generated |
Hello @tiantianaixuexi, Is this request still valid? |
Hello, is there an example of ECDSA algorithm?
The text was updated successfully, but these errors were encountered: