Class SCrypt

java.lang.Object
com.lambdaworks.crypto.SCrypt

public class SCrypt extends Object
An implementation of the scrypt key derivation function. This class will attempt to load a native library containing the optimized C implementation from http://www.tarsnap.com/scrypt.html and fall back to the pure Java version if that fails.