pub fn classify_algorithm_names_guarded(
name: &str,
) -> Vec<AlgorithmClassification>Expand description
Like classify_algorithm_names, but drops the riskiest bare aliases
(“SEED”, “EC”/“ECC”) that collide with everyday words — “seed-expander”
is a DRBG utility, not the SEED block cipher, and “ec2” is not elliptic
curve crypto. Used for the name-only fallback and raw bom-ref scans,
where no structured identity backs the token; declared algorithmFamily
strings and cipher-suite names (where bare “SEED” really is the cipher)
keep the full alias table.