NAME
Crypt::Digest::Scrypt - Scrypt key derivation function
SYNOPSIS
use Crypt::Digest::Scrypt qw(scrypt_1024_1_1_256);
# calculate digest from string/buffer
$scrypt_raw = scrypt_1024_1_1_256('data string');
DESCRIPTION
Provides an interface to the Scrypt digest algorithm compatible with Litecoin.
FUNCTIONS
- scrypt_1024_1_1_256