Skip to content

Move SHA1 and RC4 functions from eeprom specific file to utils #1660

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

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

Ryzee119
Copy link
Contributor

As suggested in #1659, instead of pulling in another RC4/SHA1 implementation use the one already provided in the EEPROM generation code.

To do this it needs to be moved to a more accessible location.

To ensure I didnt break anything I generated an eeprom with xemu and loaded it up with https://github.com/Ernegien/XboxEepromEditor and made sure the hashes matched up

util/sha1_rc4.c Outdated
@@ -0,0 +1,168 @@
/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's split these out to separate files, one for SHA1 and another for RC4

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@mborgerson mborgerson merged commit e7633ed into xemu-project:master Jun 13, 2024
15 checks passed
@mborgerson
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants