Releases: sshnet/Cryptography
Releases · sshnet/Cryptography
1.3.0
1.2.0
Changes
The following methods on HashAlgorithm are now public:
- int TransformBlock(byte[], int, int, byte[], int)
- byte[] TransformFinalBlock(byte[], int, int)
The following properties on HashAlgorithm are now public:
- byte[] Hash
This affects the following target frameworks:
- netstandard1.0
- portable-net45+win8+wpa81
In the uap10.0 version, our hash algorithms now derive from System.Security.Cryptographic.HashAlgorithm
through a dependency on the System.Security.Cryptographic.Primitives package.
1.1.0
1.1.0-beta1
Added support for .NET Core 1.0 RC2 (.NETStandard 1.0 and 1.3).