Skryptonite 1.0.2
See the version list below for details.
Requires NuGet 3.2 or higher.
dotnet add package Skryptonite --version 1.0.2
NuGet\Install-Package Skryptonite -Version 1.0.2
<PackageReference Include="Skryptonite" Version="1.0.2" />
paket add Skryptonite --version 1.0.2
#r "nuget: Skryptonite, 1.0.2"
// Install Skryptonite as a Cake Addin #addin nuget:?package=Skryptonite&version=1.0.2 // Install Skryptonite as a Cake Tool #tool nuget:?package=Skryptonite&version=1.0.2
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.
1.0.2 Fixed issue where the erase procedure could deadlock on the calling thread.
1.0.1 Initial release.