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

Support curve25519 tentatively

a2afed5
Select commit
Loading
Failed to load commit list.
Merged

Support curve25519 tentatively #732

Support curve25519 tentatively
a2afed5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2023 in 0s

100.00% (+0.00%) compared to b8634ae

View this Pull Request on Codecov

100.00% (+0.00%) compared to b8634ae

Details

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.