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

Added note about compatibility with Node version #11

Closed danielbrauer closed 2 years ago

danielbrauer commented 2 years ago

Per https://github.com/secure-remote-password/srp.net/issues/7#issuecomment-917494080

codecov-commenter commented 2 years ago

Codecov Report

Merging #11 (fb4fa54) into master (913e754) will increase coverage by 0.11%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   89.47%   89.58%   +0.11%     
==========================================
  Files          38       38              
  Lines        4255     4255              
  Branches      171      145      -26     
==========================================
+ Hits         3807     3812       +5     
  Misses        390      390              
+ Partials       58       53       -5     
Impacted Files Coverage Δ
src/srp/SrpInteger.cs 96.20% <0.00%> (+0.63%) :arrow_up:
src/srp.tests/SrpAuthenticationTests.cs 59.82% <0.00%> (+0.85%) :arrow_up:
src/srp.tests/SrpIntegerTests.cs 99.50% <0.00%> (+1.47%) :arrow_up:

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 913e754...fb4fa54. Read the comment docs.

yallie commented 2 years ago

Excellent, thank you very much! 🎉