/NetScrypt

scrypt key-derivation function as a .Net assembly calling a plain-C dll

Primary LanguageC#OtherNOASSERTION

NetScrypt

Build status

This library is a wrapper for the scrypt key-derivation function created by Colin Percival. The core of the library is a copy of the scrypt KDF routines written in C and distributed by Colin.

Thanks

  • To Colin Percival for the scrypt paper and C reference implementation.
  • To Replicon for Replicon.Cryptography.SCrypt that I heavily used both as an inspiration for the API and as a Copy-Paste source for code and documentation.