Roydl.Crypto by Roy Schroedel

<PackageReference Include="Roydl.Crypto" Version="1.2.3" />

 Roydl.Crypto 1.2.3

The idea was to create a simple way to hash any type of data. So, there are generic extensions for almost any type. Some algorithms are performance optimized and probably more powerful than any other pure C# library of its kind.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Roydl.Crypto</id>
    <version>1.2.3</version>
    <title>Roy's Dynamic-Link Libraries – Cryptography and more</title>
    <authors>Roy Schroedel</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>LOGO.png</icon>
    <projectUrl>https://github.com/Roydl/Crypto</projectUrl>
    <description>The idea was to create a simple way to hash any type of data. So, there are generic extensions for almost any type. Some algorithms are performance optimized and probably more powerful than any other pure C# library of its kind.</description>
    <releaseNotes>- Add full support for .NET 7.0
- Remove support for .NET Core 3.1 as it has reached EOL</releaseNotes>
    <copyright>© Roy Schroedel. All rights reserved.</copyright>
    <tags>encryption decryption hmac adler32 crc crc-custom crc-customizable crc8 crc10 crc11 crc12 crc13 crc14 crc15 crc16 crc17 crc21 crc24 crc30 crc31 crc32 crc40 crc64 crc82 md5 sha sha1 sha2 sha256 sha384 sha512 aes aes128 aes192 aes256 rijndael</tags>
    <repository url="https://github.com/Roydl/Crypto" />
    <dependencies>
      <group targetFramework="net6.0" />
      <group targetFramework="net7.0" />
    </dependencies>
  </metadata>
</package>