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
#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

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.

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.
Version Downloads Last updated
1.0.1 6,391 6/28/2016
1.0.0 1,065 6/26/2016

1.0.1 - Initial public release (nuspec was wrong for 1.0.0. Use 1.0.1 instead).