File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- namespace SecureRemotePassword . Interfaces
1+ namespace SecureRemotePassword
22{
33 /// <summary>
44 /// Client-side code of the SRP-6a protocol.
Original file line number Diff line number Diff line change 1- namespace SecureRemotePassword . Interfaces
1+ namespace SecureRemotePassword
22{
33 /// <summary>
44 /// Server-side code of the SRP-6a protocol.
Original file line number Diff line number Diff line change 11using System . Security ;
2- using SecureRemotePassword . Interfaces ;
32
43namespace SecureRemotePassword
54{
Original file line number Diff line number Diff line change 11using System . Security ;
2- using SecureRemotePassword . Interfaces ;
32
43namespace SecureRemotePassword
54{
Original file line number Diff line number Diff line change 44 <Description >SRP-6a protocol implementation for .NET Standard 2.0 and .NET Framework 3.5+</Description >
55 <Copyright >Copyright © 2018-2020 Alexey Yakovlev</Copyright >
66 <AssemblyTitle >srp</AssemblyTitle >
7- <Version >1.0.5 </Version >
7+ <Version >1.0.6 </Version >
88 <AssemblyVersion >1.0.0.0</AssemblyVersion >
99 <FileVersion >$(Version).0</FileVersion >
1010 <Authors >Alexey Yakovlev</Authors >
2424 <RootNamespace >SecureRemotePassword</RootNamespace >
2525 <PackageReleaseNotes >What's new:
2626
27+ v1.0.6:
28+ — Added ISrpClient and ISrpServer interfaces.
29+
2730 v1.0.5:
2831 — Added IsValidSalt and IsValidVerifier utility methods.
2932
You can’t perform that action at this time.
0 commit comments