secure-remote-password / srp.net

SRP-6a protocol implementation for .NET Standard 1.6+ and .NET Framework 3.5+
https://www.nuget.org/packages/srp
MIT License
64 stars 10 forks source link

Fixed a typo in SrpHash.CreateHasher, thanks to @dlandi, close #1. #2

Closed yallie closed 6 years ago

yallie commented 6 years ago

Added .NET Core App 1.0 target to the unit tests.

codecov-io commented 6 years ago

Codecov Report

Merging #2 into master will decrease coverage by 0.08%. The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
- Coverage   89.87%   89.78%   -0.09%     
==========================================
  Files          35       36       +1     
  Lines        4077     4084       +7     
==========================================
+ Hits         3664     3667       +3     
- Misses        413      417       +4
Impacted Files Coverage Δ
src/srp/SrpHash.cs 84.61% <0%> (-1.66%) :arrow_down:
src/srp.tests/SrpTestVectors.cs 97.93% <100%> (ø) :arrow_up:
src/srp.tests/Compatibility.cs 50% <50%> (ø)

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 a528b66...9a6baf7. Read the comment docs.