wbond / oscrypto

Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy
MIT License
320 stars 70 forks source link

Fix (copy&paste?!) mistake #44

Closed frennkie closed 2 years ago

frennkie commented 4 years ago

That should both mean "private" and not "public" key, right?

codecov[bot] commented 4 years ago

Codecov Report

Merging #44 into master will increase coverage by 7.51%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   76.61%   84.12%   +7.51%     
==========================================
  Files          58       68      +10     
  Lines        8855     9438     +583     
==========================================
+ Hits         6784     7940    +1156     
+ Misses       2071     1498     -573     
Impacted Files Coverage Δ
oscrypto/_win/_decode.py 40.00% <0.00%> (ø)
oscrypto/_win/_cng_ctypes.py 92.20% <0.00%> (ø)
oscrypto/_mac/_security_cffi.py 85.71% <0.00%> (ø)
oscrypto/_win/_kernel32_ctypes.py 71.42% <0.00%> (ø)
oscrypto/_mac/_common_crypto_cffi.py 100.00% <0.00%> (ø)
oscrypto/_openssl/_libcrypto_cffi.py 82.14% <0.00%> (ø)
oscrypto/_mac/_core_foundation_cffi.py 60.81% <0.00%> (ø)
oscrypto/_win/_secur32_cffi.py 73.91% <0.00%> (ø)
oscrypto/_openssl/_libssl_cffi.py 87.50% <0.00%> (ø)
oscrypto/_win/_advapi32.py 94.50% <0.00%> (ø)
... and 37 more

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 24aff31...23e8071. Read the comment docs.

wbond commented 2 years ago

Thanks for this fix!