-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type_id is not sufficiently collision-resistant #774
Comments
What was the conclusion of the meeting? This is on the critical path for rust-lang/rust#77125; it'd be nice to make some progress. :) |
@RalfJung sorry, this went out of my radar. Meeting took place on Zulip. The summary: Out of the options suggested, seems that switching to not rely on hashing for soundness could give us the best results, also taking into account an increased size and perf. cost. Instead use a pair of a (not-soundness-critical) hash and a pointer but still use hashing as an optimization. The meeting didn't set any actionables so I'm not sure about them. You can probably talk to us, T-compiler. (David also posted a brief comment about not treating is as a security concern because - so far - we have no concrete threat-model scenario) |
Meeting proposal info
Summary
See opening comment in rust#129014:
and:
Discussed on Zulip during triage meeting.
About this issue
This issue corresponds to a meeting proposal for the compiler team
steering meeting. It corresponds to a possible topic of
discussion. You can read more about the steering meeting procedure
here.
Comment policy
These issues are meant to be used as an "announcements channel"
regarding the proposal, and not as a place to discuss the technical
details. Feel free to subscribe to updates. We'll post comments when
reviewing the proposal in meetings or making a scheduling decision.
In the meantime, if you have questions or ideas, ping the proposers
on Zulip (or elsewhere).
The text was updated successfully, but these errors were encountered: