The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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