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

Add SortMode to encode struct fields in a less predictable order. #515

Merged
merged 1 commit into from
Apr 20, 2024

Commits on Apr 12, 2024

  1. Add shuffled SortMode for encoding struct fields less predictably.

    The motivation is to prevent programs that consume the output from assuming (incorrectly) that it
    was encoded deterministically, even when implementation details make the output apparently stable.
    
    Signed-off-by: Ben Luddy <[email protected]>
    benluddy committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4bbff65 View commit details
    Browse the repository at this point in the history