| Crypt-KDF documentation | view source | Contained in the Crypt-KDF distribution. |
Crypt::KDF::BaseKDFGenerator - Basic KDF generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033.
This implementation is based on ISO 18033/P1363a.
Quick functional interface to use KDF.
Construct a Basic KDF generator.
-counter start value of counter used to derive keys. -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.
Initialize the Basic KDF generator.
-counter start value of counter used to derive keys. -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.
Return length bytes generated from the derivation function.
Return length bytes generated from the derivation function.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Crypt-KDF documentation | view source | Contained in the Crypt-KDF distribution. |