getKdf

Factory method for KDF (key derivation function)

static if(BOTAN_HAS_TLS || BOTAN_HAS_PUBLIC_KEY_CRYPTO)
getKdf
(
in string algo_spec
)

Parameters

algo_spec string

the name of the KDF to create

Return Value

Type: KDF

pointer to newly allocated object of that type

Meta