pub const fn get_kbkdf_ctr_hmac_algorithm(
id: KbkdfCtrHmacAlgorithmId,
) -> Option<&'static KbkdfCtrHmacAlgorithm>
Available on crate feature
unstable
only.Expand description
Retrieve an unstable KbkdfCtrHmacAlgorithm
using the KbkdfCtrHmacAlgorithmId
specified by id
.
May return None
if the algorithm is not usable with the configured crate feature set (i.e. fips
).