https://github.com/rust-lang/rust/issues/10389 is it an attack vector?
GitHub
Collisions in type_id · Issue #10389 · rust-lang/rust
The implementation of type_id from #10182 uses SipHash on various parameters depending on the type. The output size of SipHash is only 64-bits, however, making it feasible to find collisions via a ...