Skryptonite 1.0.2

There is a newer version of this package available.
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
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="Skryptonite" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Skryptonite --version 1.0.2
#r "nuget: Skryptonite, 1.0.2"
#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 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 Compatible and additional computed target framework versions.
native native is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.0.3 1,459 6/27/2016
1.0.2 1,190 6/6/2016
1.0.1 2,587 2/28/2016

1.0.2 Fixed issue where the erase procedure could deadlock on the calling thread.
1.0.1 Initial release.