pub const fn get_sskdf_digest_algorithm(
id: SskdfDigestAlgorithmId,
) -> Option<&'static SskdfDigestAlgorithm>
Expand description
Retrieve SskdfDigestAlgorithm
using the SskdfDigestAlgorithmId
specified by id
.
pub const fn get_sskdf_digest_algorithm(
id: SskdfDigestAlgorithmId,
) -> Option<&'static SskdfDigestAlgorithm>
Retrieve SskdfDigestAlgorithm
using the SskdfDigestAlgorithmId
specified by id
.