Crypt::KDF::KDF1Generator - KDF1 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033.


Crypt-KDF documentation  | view source Contained in the Crypt-KDF distribution.

Index


NAME

Top

Crypt::KDF::KDF1Generator - KDF1 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033.

SYNOPSIS

Top

DESCRIPTION

Top

This implementation is based on ISO 18033/P1363a.

FUNCTIONS

Top

$derivedKey = kdf1_generate( $digest, $seed, $len )

Quick functional interface to use KDF1.

METHODS

Top

$kdf = Crypt::KDF::KDF1Generator->new( [options] )

Construct a KDF1 generator.

	-digest the digest to be used as the source of derived keys.
	-digestparam optional parameters for the digest used to derive keys.
	-seed the seed to be used to derive keys.
	-iv optional iv to be used to derive keys.

$kdf->init( [options] )

Initialize the KDF1 generator.

	-digest the digest to be used as the source of derived keys.
	-digestparam optional parameters for the digest used to derive keys.
	-seed the seed to be used to derive keys.
	-iv optional iv to be used to derive keys.

EXAMPLES

Top

SEE ALSO

Top

COPYRIGHT

Top

AUTHORS

Top


Crypt-KDF documentation  | view source Contained in the Crypt-KDF distribution.