Skryptonite 1.0.3

Requires NuGet 3.2 or higher.

dotnet add package Skryptonite --version 1.0.3
                    
NuGet\Install-Package Skryptonite -Version 1.0.3
                    
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.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Skryptonite" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Skryptonite" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Skryptonite --version 1.0.3
                    
#r "nuget: Skryptonite, 1.0.3"
                    
#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.
#addin nuget:?package=Skryptonite&version=1.0.3
                    
Install Skryptonite as a Cake Addin
#tool nuget:?package=Skryptonite&version=1.0.3
                    
Install Skryptonite as a Cake Tool

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.

If you find this package useful, please consider a donation: http://paypal.me/NicholasBauer/25

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,701 6/27/2016
1.0.2 1,395 6/6/2016
1.0.1 2,984 2/28/2016

1.0.3 Harmonized version numbers between NuGet and the library, migrated license to LGPL 3.0.
1.0.2 Fixed issue where the erase procedure could deadlock on the calling thread.
1.0.1 Initial release.