xemu-project / xemu

Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
https://xemu.app
Other
2.75k stars 275 forks source link

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

Closed Ryzee119 closed 3 months ago

Ryzee119 commented 3 months ago

As suggested in https://github.com/xemu-project/xemu/pull/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

mborgerson commented 3 months ago

Thanks!