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

Support curve25519 tentatively #732

Merged
merged 1 commit into from
Sep 3, 2023
Merged

Support curve25519 tentatively #732

merged 1 commit into from
Sep 3, 2023

Conversation

kigawas
Copy link
Member

@kigawas kigawas commented Aug 31, 2023

Closes #183

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b8634ae) 100.00% compared to head (a2afed5) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #732   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          349       447   +98     
  Branches        98       133   +35     
=========================================
+ Hits           349       447   +98     
Files Changed Coverage Δ
src/config.ts 100.00% <100.00%> (ø)
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/keys/index.ts 100.00% <100.00%> (ø)
src/utils/compat.ts 100.00% <100.00%> (ø)
src/utils/elliptic.ts 100.00% <100.00%> (ø)

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

@kigawas kigawas force-pushed the curve25519 branch 3 times, most recently from b9b63ed to be8e189 Compare September 2, 2023 17:12
@kigawas kigawas merged commit b6ee108 into master Sep 3, 2023
12 checks passed
@kigawas kigawas deleted the curve25519 branch September 3, 2023 15:13
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.

Support for other curves? (SECP256R1, Ed25519)
1 participant