Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Fix bad reference to PCL Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 30, 2015
1 parent 0cb0acd commit 4ca0e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nuget/PCLCrypto.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation.
PCLCrypto calls into each native platform's crypto API for maximum performance. For RSA operations this produces a 2-100X improvement in performance on Android and iOS over using the standard RSACryptoServiceProvider API.
</description>
<summary>PCL Storage provides a consistent, portable set of crypto APIs across .NET platforms.</summary>
<summary>PCL Crypto provides a consistent, portable set of crypto APIs across .NET platforms.</summary>
<tags>crypto security cryptography portable pcl winrt android ios xamarin monoandroid monodroid monotouch</tags>
<releaseNotes>See https://github.com/AArnott/PCLCrypto/releases for release notes.</releaseNotes>
<dependencies>
Expand Down

0 comments on commit 4ca0e3e

Please sign in to comment.