Skip to content
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

Quick implementation of sceSha256Digest from #7134 #7146

Merged
merged 5 commits into from Dec 8, 2014
Merged

Quick implementation of sceSha256Digest from #7134 #7146

merged 5 commits into from Dec 8, 2014

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Dec 7, 2014

Simple implementation - @daniel229, please test and see if the saves match.

See #7134.

}

// added by hrydgard
void sha256_block(char *data, size_t size, uint8_t digest[32]) {
Copy link

Choose a reason for hiding this comment

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

not used anywhere?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Eh oops, forgot to remove it when I decided to do it in sceSha256 instead.

@daniel229
Copy link
Collaborator

Great,savedata works fine on PSP.

hrydgard added a commit that referenced this pull request Dec 8, 2014
Quick implementation of sceSha256Digest from #7134
@hrydgard hrydgard merged commit 82d69fa into master Dec 8, 2014
@hrydgard hrydgard deleted the sha256 branch December 8, 2014 09:41
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.

None yet

3 participants