Skryptonite 1.0.1
See the version list below for details.
Requires NuGet 3.2 or higher.
dotnet add package Skryptonite --version 1.0.1
NuGet\Install-Package Skryptonite -Version 1.0.1
<PackageReference Include="Skryptonite" Version="1.0.1" />
paket add Skryptonite --version 1.0.1
#r "nuget: Skryptonite, 1.0.1"
// Install Skryptonite as a Cake Addin #addin nuget:?package=Skryptonite&version=1.0.1 // Install Skryptonite as a Cake Tool #tool nuget:?package=Skryptonite&version=1.0.1
A C#-wrapped native implementation of the scrypt sequential memory-hard password-based key derivation function (PBKDF) invented by Colin Percival for Universal Windows Platform applications.
Features:
* x86, x64, and ARM binaries.
* Exploits vector instructions for maximum performance.
* Can harness multi-core processors if the parallelization parameter is > 1.
* On x86 and x64, uses non-temporal prefetching and cache flushes to minimize cache thrashing and reduce potential for cache timing attacks.
* Provides a function to select optimal parameters for your memory/time requirements.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release.