jborean93 / pyspnego

Python SPNEGO authentication library
MIT License
52 stars 11 forks source link

Added custom md4 hasher for Python #38

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago

Fixes https://github.com/jborean93/pyspnego/issues/37

codecov[bot] commented 2 years ago

Codecov Report

Merging #38 (e9729ee) into main (88e3d65) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files          29       30    +1     
  Lines        4227     4308   +81     
=======================================
+ Hits         4226     4307   +81     
  Misses          1        1           
Flag Coverage Δ
macOS 94.08% <100.00%> (+0.11%) :arrow_up:
py3.10 99.95% <100.00%> (+<0.01%) :arrow_up:
py3.6 99.97% <100.00%> (+<0.01%) :arrow_up:
py3.7 99.95% <100.00%> (+<0.01%) :arrow_up:
py3.8 99.95% <100.00%> (+<0.01%) :arrow_up:
py3.9 99.95% <100.00%> (+<0.01%) :arrow_up:
ubuntu 96.58% <100.00%> (+0.06%) :arrow_up:
windows 94.24% <100.00%> (+0.11%) :arrow_up:
x64 99.97% <100.00%> (+<0.01%) :arrow_up:
x86 94.22% <100.00%> (+0.11%) :arrow_up:

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

Impacted Files Coverage Δ
src/spnego/_ntlm_raw/crypto.py 100.00% <100.00%> (ø)
src/spnego/_ntlm_raw/md4.py 100.00% <100.00%> (ø)
src/spnego/_version.py 100.00% <100.00%> (ø)

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 88e3d65...e9729ee. Read the comment docs.