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

Setting lowS: false by default for verification of secp256k1 signatures #811

Conversation

aniketh-varma
Copy link
Contributor

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ New Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 👷 Example Application
  • 🧑‍💻 Code Snippet
  • 🎨 Design
  • 📖 Content
  • 🧪 Tests
  • 🔖 Release
  • 🚩 Other

Description

This PR adds the feature of setting the lowS flag to be false by default for the verification of secp256k1 signatures.

Related Tickets & Documents

Resolves #714

Mobile & Desktop Screenshots/Recordings

Added code snippets?

  • 👍 yes
  • 🙅 no, because they aren't needed

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

No tests? Add a note

Added to documentation?

  • 📜 readme
  • 📜 contributing.md
  • 📓 general documentation
  • 🙅 no documentation needed

No docs? Add a note

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.71%. Comparing base (8b6eb13) to head (b28da60).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #811   +/-   ##
=======================================
  Coverage   98.71%   98.71%           
=======================================
  Files          74       74           
  Lines       11469    11469           
  Branches     1652     1652           
=======================================
  Hits        11322    11322           
  Misses        141      141           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@thehenrytsai thehenrytsai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎖️ 🚀 🙏

@thehenrytsai thehenrytsai merged commit 4261a46 into decentralized-identity:main Oct 4, 2024
4 checks passed
@thehenrytsai thehenrytsai added hacktoberfest For the hacking month of October hacktoberfest-accepted Accepted PRs for the hacking month of October small labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest For the hacking month of October hacktoberfest-accepted Accepted PRs for the hacking month of October small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add lowS: false flag to secp256k1.ts verify
3 participants