Function get_algorithm

Source
pub const fn get_algorithm(
    _id: AlgorithmId,
) -> Option<&'static Algorithm<AlgorithmId>>
👎Deprecated: use aws_lc_rs::kem instead
Available on crate feature unstable only.
Expand description

Retrieve an unstable KEM Algorithm using the AlgorithmId specified by id. May return None if support for the algorithm has been removed from the unstable module.

§⚠️ Warning

This function currently only returns None.