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