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

Change secp256k1 and test library #720

Merged
merged 3 commits into from
Jul 1, 2023
Merged

Change secp256k1 and test library #720

merged 3 commits into from
Jul 1, 2023

Conversation

kigawas
Copy link
Member

@kigawas kigawas commented Jun 28, 2023

Closes #696

@codecov
Copy link

codecov bot commented Jun 28, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (8902d54) 100.00% compared to head (6f3d62e) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #720   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          101       169   +68     
  Branches        12        47   +35     
=========================================
+ Hits           101       169   +68     
Impacted Files Coverage Δ
src/consts.ts 100.00% <100.00%> (ø)
src/index.ts 100.00% <100.00%> (ø)
src/keys/PrivateKey.ts 100.00% <100.00%> (ø)
src/keys/PublicKey.ts 100.00% <100.00%> (ø)
src/utils.ts 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@paulmillr
Copy link

futoin-hkdf can also be replaced with @noble/hashes/hkdf

@kigawas kigawas merged commit f356e42 into master Jul 1, 2023
12 checks passed
@kigawas kigawas deleted the change-dep branch July 1, 2023 15:19
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.

Security: Switch to audited secp256k1 implementation
2 participants