<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.0" />

BouncyCastle.Cryptography 2.2.0

BouncyCastle.NET is a popular cryptography library for .NET

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>BouncyCastle.Cryptography</id>
    <version>2.2.0</version>
    <title>BouncyCastle.NET Cryptography</title>
    <authors>Legion of the Bouncy Castle Inc.</authors>
    <license type="file">LICENSE.md</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>packageIcon.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://www.bouncycastle.org/csharp/</projectUrl>
    <iconUrl>https://www.bouncycastle.org/images/nuget_packageIcon.png</iconUrl>
    <description>BouncyCastle.NET is a popular cryptography library for .NET</description>
    <releaseNotes>https://www.bouncycastle.org/csharp/</releaseNotes>
    <copyright>Copyright © Legion of the Bouncy Castle Inc. 2000-2023</copyright>
    <tags>bouncycastle cryptography dtls encryption open-source openpgp post-quantum security tls</tags>
    <repository type="git" url="https://github.com/bcgit/bc-csharp" commit="a2be81abc4ea9a30ab164256ab77d8cee09c5096" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1" />
      <group targetFramework="net6.0" />
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>