Skip to content

Add score checksum calculations#44

Draft
Lekuruu wants to merge 2 commits intomainfrom
score-checksums
Draft

Add score checksum calculations#44
Lekuruu wants to merge 2 commits intomainfrom
score-checksums

Conversation

@Lekuruu
Copy link
Member

@Lekuruu Lekuruu commented Jan 4, 2025

After some digging around, I've finally found the "formula" for score checksums. So far, it's been showing promising results, but it still needs to be tested extensively.

@Lekuruu Lekuruu added the feature New feature or request label Jan 4, 2025
@Lekuruu Lekuruu added this to the Score Submission milestone Jan 4, 2025
@Lekuruu Lekuruu self-assigned this Jan 4, 2025
return uint8(data[0])
}

func BooleanToInteger(value bool) uint8 {
Copy link
Member

Choose a reason for hiding this comment

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

Can we also refactor the stream module to use this function now?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, go ahead

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

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants