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

feat: speed up implementation #14

Merged
merged 12 commits into from
Jul 16, 2023
Merged

feat: speed up implementation #14

merged 12 commits into from
Jul 16, 2023

Conversation

bdraco
Copy link
Owner

@bdraco bdraco commented Jul 15, 2023

  • drop functions that are only called once
  • avoid calling into the openssl_assert when nothing is wrong

- drop functions that are only called once
- avoid calling into the openssl_assert when nothing is wrong
@codecov
Copy link

codecov bot commented Jul 15, 2023

Codecov Report

Patch coverage: 96.66% and project coverage change: -1.44 ⚠️

Comparison is base (07e1333) 96.64% compared to head (c99fceb) 95.20%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
- Coverage   96.64%   95.20%   -1.44%     
==========================================
  Files           1        1              
  Lines         149      146       -3     
  Branches       15       16       +1     
==========================================
- Hits          144      139       -5     
- Misses          3        4       +1     
- Partials        2        3       +1     
Impacted Files Coverage Δ
src/chacha20poly1305_reuseable/__init__.py 95.20% <96.66%> (-1.44%) ⬇️

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

bdraco added 11 commits July 15, 2023 13:20
- drop functions that are only called once
- avoid calling into the openssl_assert when nothing is wrong
- drop functions that are only called once
- avoid calling into the openssl_assert when nothing is wrong
- drop functions that are only called once
- avoid calling into the openssl_assert when nothing is wrong
- drop functions that are only called once
- avoid calling into the openssl_assert when nothing is wrong
- drop functions that are only called once
- avoid calling into the openssl_assert when nothing is wrong
- drop functions that are only called once
- avoid calling into the openssl_assert when nothing is wrong
@bdraco bdraco marked this pull request as ready for review July 16, 2023 00:32
@bdraco bdraco merged commit c9cd330 into main Jul 16, 2023
36 of 37 checks passed
@bdraco bdraco deleted the speedups branch July 16, 2023 00:32
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