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

Add support for compressed secp256k1 publicKey #567

Merged
merged 6 commits into from
Oct 20, 2023

Conversation

hkwi
Copy link
Contributor

@hkwi hkwi commented Oct 18, 2023

Updated eciesjs library, that now supports compressed secp256k1 public key, and adjusted codes.
Converted key creation methods to produce compressed secp256k1 public key.

Resolves #397

@codesandbox
Copy link

codesandbox bot commented Oct 18, 2023

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Diane Huxley added 3 commits October 18, 2023 16:31
Copy link

@diehuxx diehuxx left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution! This looks good to me, though I'm going to wait for @thehenrytsai to take a look before merging, to double check this covers what he expects.

@thehenrytsai thehenrytsai merged commit eb96cbc into decentralized-identity:main Oct 20, 2023
4 checks passed
diehuxx pushed a commit that referenced this pull request Oct 20, 2023
* main:
  Add codecov coverage job in `integrity-check.yml` (#542)
  Add support for compressed secp256k1 publicKey (#567)
  Add range filter support for dataSize (#568)
  Replace `handle<Xyz>` methods in `Dwn` class with overloaded `process… (#566)
  Add tests for error cases in did-resolver.spec.ts (#561)
  add browser tests to gh actions. (#541)
@thehenrytsai thehenrytsai added the hacktoberfest-accepted Accepted PRs for the hacking month of October label Oct 23, 2023
diehuxx pushed a commit that referenced this pull request Oct 23, 2023
* main:
  Add codecov coverage job in `integrity-check.yml` (#542)
  Add support for compressed secp256k1 publicKey (#567)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accepted PRs for the hacking month of October
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider supporting both compressed and uncompressed SECP256K1 public key
3 participants