Skip to content

Add support for generic ECDSA signature algorithm #85

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vasanth53
Copy link

@vasanth53 vasanth53 commented Mar 1, 2025

Summary

This PR adds support for the generic ECDSA signature algorithm by including :ecdsa in the +algorithms+ map. This allows users to utilize ECDSA without specifying a specific hash function.

Changes

  • Added :ecdsa entry to the +algorithms+ map, which initializes Signature with "ECDSA" using the Bouncy Castle provider.

Why?

  • Some use cases require the default ECDSA implementation without a predefined hash function.
  • Improves flexibility by providing an additional option for ECDSA signatures.

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

Successfully merging this pull request may close these issues.

1 participant