aws_lc_rs::unstable::kdf

Function get_sskdf_digest_algorithm

Source
pub const fn get_sskdf_digest_algorithm(
    id: SskdfDigestAlgorithmId,
) -> Option<&'static SskdfDigestAlgorithm>
Available on crate feature unstable only.
Expand description

Retrieve an unstable SskdfDigestAlgorithm using the SskdfDigestAlgorithmId specified by id.

May return None if the algorithm is not usable with the configured crate feature set (i.e. fips).