Function prehash::new_prehashed_set

source ·
pub fn new_prehashed_set<T>() -> PrehashedSet<T>
Available on crate feature std only.
Expand description

Constructs a new standard hash set with Prehashed elements and Passthru hashing.

Security

If the hash function used for prehashing is weak, the set may be vulnerable to Denial of Service attacks.