Skip to content

1.2.0

Compare
Choose a tag to compare
@drieseng drieseng released this 14 Jul 18:53

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.