Function get_kbkdf_ctr_hmac_algorithm
pub const fn get_kbkdf_ctr_hmac_algorithm(
id: KbkdfCtrHmacAlgorithmId,
) -> Option<&'static KbkdfCtrHmacAlgorithm>Available on crate feature
crypto only.Expand description
Retrieve KbkdfCtrHmacAlgorithm using the KbkdfCtrHmacAlgorithmId specified by id.