PervasiveDigital.Security.ManagedProviders by Martin Calsyn

<PackageReference Include="PervasiveDigital.Security.ManagedProviders" Version="3.0.9" />

 PervasiveDigital.Security.ManagedProviders 3.0.9

This library provides managed implementations of selected security functions, including SHA2, HMACSHA256 and more. This is useful when working with .Net Micro Framework chips that do not have the native Crypto features enabled. The managed implementations will run significantly slower, but enable networking scenarios that would have otherwise been impossible.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>PervasiveDigital.Security.ManagedProviders</id>
    <version>3.0.9</version>
    <title>Managed implementations of selected security functions</title>
    <authors>Martin Calsyn</authors>
    <owners>Pervasive Digital LLC</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
    <projectUrl>https://github.com/DotNetOpenAutomation/serialwifi</projectUrl>
    <iconUrl>https://dl.dropboxusercontent.com/u/24099742/Pervasive-Digital-Icon-notext.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This library provides managed implementations of selected security functions, including SHA2, HMACSHA256 and more.
      This is useful when working with .Net Micro Framework chips that do not have the native Crypto features enabled.
      The managed implementations will run significantly slower, but enable networking scenarios that would have
      otherwise been impossible.</description>
    <summary>Managed implementations of selected security functions, including SHA2, HMACSHA256 and more.</summary>
    <releaseNotes>Initial release</releaseNotes>
    <copyright>Copyright 2015 Pervasive Digital LLC</copyright>
    <tags>NETMF MicroFramework IoT Molecule.Net</tags>
    <dependencies>
      <dependency id="PervasiveDigital.Utility" version="3.0.9" />
    </dependencies>
  </metadata>
</package>