curve25519-pcl
1.0.1
dotnet add package curve25519-pcl --version 1.0.1
NuGet\Install-Package curve25519-pcl -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="curve25519-pcl" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add curve25519-pcl --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: curve25519-pcl, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install curve25519-pcl as a Cake Addin #addin nuget:?package=curve25519-pcl&version=1.0.1 // Install curve25519-pcl as a Cake Tool #tool nuget:?package=curve25519-pcl&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Curve25519 and Ed25519 sign/verify, implemented in C# as a portable class library.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- PCLCrypto (>= 2.0.145)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on curve25519-pcl:
Package | Downloads |
---|---|
signal-protocol-pcl
Portable implementation of the Signal protocol. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on curve25519-pcl:
Repository | Stars |
---|---|
SteeBono/airplayreceiver
Open source implementation of AirPlay 2 Mirroring / Audio protocol.
|
1.0.1 - Initial public release (nuspec was wrong for 1.0.0. Use 1.0.1 instead).