Skip to content
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

Operation request: Sign/Verify with ECDSA #1792

Open
cplussharp opened this issue Apr 13, 2024 · 0 comments
Open

Operation request: Sign/Verify with ECDSA #1792

cplussharp opened this issue Apr 13, 2024 · 0 comments

Comments

@cplussharp
Copy link
Contributor

Summary

Similar to RSA, support "Sign with ECDSA" and "Verfiy with ECDSA"

Example Input

the needed key for the operation (sign=>private key | verify => public key) as PEM
the hash operation (SHA256, SHA384, SHA512)

for sign the message is the input
for verify the signature is the input (and the message is provided as option)

Example Output

for sign: the signature
for verify: the verification result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant