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

Improve hash calculation #53

Merged
merged 1 commit into from
Sep 3, 2020
Merged

Improve hash calculation #53

merged 1 commit into from
Sep 3, 2020

Conversation

nolze
Copy link
Owner

@nolze nolze commented Sep 3, 2020

Resolves #21.

@codecov-commenter
Copy link

Codecov Report

Merging #53 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   87.00%   87.03%   +0.02%     
==========================================
  Files          13       13              
  Lines        1224     1226       +2     
==========================================
+ Hits         1065     1067       +2     
  Misses        159      159              
Impacted Files Coverage Δ
msoffcrypto/method/ecma376_agile.py 94.50% <100.00%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 47aea36...4cd0f8a. Read the comment docs.

@nolze nolze merged commit 2824ddb into master Sep 3, 2020
@nolze nolze deleted the perf/improvement-hash branch September 3, 2020 05:57
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.

12% speed improvement while bruteforcing by replacing _hashCalc
2 participants