raineaeternal / Quest-SongCore

A library/mod for Quest Beat Saber that handles song loading, song requirements and capabilities.
MIT License
5 stars 5 forks source link

[Hash refactor] Generalize hashing and future proof the code #23

Open RedBrumbler opened 6 months ago

RedBrumbler commented 6 months ago

refactoring the internal hashing code to reduce code duplication, and if we ever get a v5 savedata we could more easily implement it.

Needs to be tested that it does not calculate different hashes now that this has been changed.