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

Proxy support #2

Merged
merged 20 commits into from May 30, 2023
Merged

Proxy support #2

merged 20 commits into from May 30, 2023

Conversation

nealfennimore
Copy link
Owner

WIP enabling Proxy support around CryptoKey/Pair

@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Merging #2 (7fbcb35) into main (57e2d84) will increase coverage by 0.71%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main       #2      +/-   ##
==========================================
+ Coverage   98.14%   98.85%   +0.71%     
==========================================
  Files          29       30       +1     
  Lines         485      788     +303     
  Branches       93      188      +95     
==========================================
+ Hits          476      779     +303     
  Misses          9        9              
Flag Coverage Δ
unittests 98.85% <100.00%> (+0.71%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/aes/index.ts 100.00% <ø> (ø)
src/ec/index.ts 100.00% <ø> (ø)
src/ec/shared.ts 100.00% <ø> (ø)
src/kdf/index.ts 100.00% <ø> (ø)
src/kdf/shared.ts 100.00% <ø> (ø)
src/aes/aes_cbc.ts 100.00% <100.00%> (ø)
src/aes/aes_ctr.ts 100.00% <100.00%> (ø)
src/aes/aes_gcm.ts 97.87% <100.00%> (+2.03%) ⬆️
src/aes/aes_kw.ts 100.00% <100.00%> (ø)
src/aes/shared.ts 94.44% <100.00%> (ø)
... and 11 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nealfennimore nealfennimore marked this pull request as ready for review May 30, 2023 12:14
@nealfennimore nealfennimore merged commit 941b7bc into main May 30, 2023
4 checks passed
@nealfennimore nealfennimore deleted the proxy-support branch May 30, 2023 12:14
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.

None yet

1 participant