Skip to content

Massive skill issue detected by Honbra #3

@EnderKill98

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!

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