You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: src/nuget/PCLCrypto.nuspec
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation.
16
16
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.
17
17
</description>
18
-
<summary>PCL Storage provides a consistent, portable set of crypto APIs across .NET platforms.</summary>
18
+
<summary>PCL Crypto provides a consistent, portable set of crypto APIs across .NET platforms.</summary>
0 commit comments