![]() |
VOOZH | about |
dotnet add package NaclKeys --version 0.3.0
NuGet\Install-Package NaclKeys -Version 0.3.0
<PackageReference Include="NaclKeys" Version="0.3.0" />
<PackageVersion Include="NaclKeys" Version="0.3.0" />Directory.Packages.props
<PackageReference Include="NaclKeys" />Project file
paket add NaclKeys --version 0.3.0
#r "nuget: NaclKeys, 0.3.0"
#:package NaclKeys@0.3.0
#addin nuget:?package=NaclKeys&version=0.3.0Install as a Cake Addin
#tool nuget:?package=NaclKeys&version=0.3.0Install as a Cake Tool
Small library to generate libsodium-net compatible KeyPair`s and encoded public keys based on predefined formats.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.3.0 | 2,202 | 12/10/2015 |
| 0.3.0-beta4 | 1,397 | 9/5/2015 |
| 0.3.0-beta3 | 1,326 | 8/23/2015 |
| 0.3.0-beta2 | 1,300 | 8/23/2015 |
| 0.3.0-beta1 | 1,353 | 8/22/2015 |
| 0.2.0-beta1 | 1,386 | 6/2/2015 |
0.3.0
* New libsodium-net version
* Base58 per nuget
0.3.0-beta4
* Fixed nuget installer
0.3.0-beta3
* Removed unused references
0.3.0-beta2
* Depends on blake2s-net
0.3.0-beta1
* New libsodium-net version
* Depends on helper-net
0.2.0-beta1
* Supports CurveLock format
* Supports miniLock format
* Supports bytejail format