Skip to content

Massive skill issue detected by Honbra #3

Description

@EnderKill98

return (hash[0] << 3*8) | (hash[1] << 2*8) | (hash[2] << 8) | (hash[3]);

That line basically amounts to hast[3]. Bruh!

Java is keeping it a byte and not casting to int as i suspected, discarding all shifted bytes and THEN turning it into a int. Rust ftw fr!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions