Skip to content
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

reword the hint::blackbox non-guarantees #126703

Merged
merged 1 commit into from
Jun 20, 2024

Commits on Jun 19, 2024

  1. reword the hint::blackbox non-guarantees

    People were tripped up by the "precludes", interpreting it that this function
    must not ever be used in cryptographic contexts rather than the std lib merely
    making zero promises about it being fit-for-purpose.
    
    What remains unchanged is that if someone does try to use it *despite the warnings*
    then it is on them to pin their compiler versions and verify the assembly of every
    single binary build they do.
    the8472 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    95e214d View commit details
    Browse the repository at this point in the history