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

[Feature Request] Add sum checksum #71

Open
rrooij opened this issue May 26, 2017 · 3 comments
Open

[Feature Request] Add sum checksum #71

rrooij opened this issue May 26, 2017 · 3 comments

Comments

@rrooij
Copy link

rrooij commented May 26, 2017

Some checksum algorithms that are widely used are missing. Those are especially used on embedded devices with few resources.

To name a few:

  • sum8
  • sum16
  • sum32

I've thought about adding them to wxHexEditor, but mhash doesn't support those. Should they be added to the mhash library or do they fit in a seperate .cpp file?

@EUA
Copy link
Owner

EUA commented Aug 8, 2017

Well, I don't know mhash's internal structure.
I believe they can be implemented an external hash function but I am not planning to write them from scratch. Do you have any code that implement those?

@fenugrec
Copy link

I can probably help with some of this.
The original mhash proejct page seems pretty dead, is there a more recent fork somewhere ? It would make sense to add to upstream mhash, unless @EUA is using a heavily-modified version

@EUA
Copy link
Owner

EUA commented Mar 19, 2018

Hi @fenugrec,
I looked similar projects but not find eligible one. Found Jacksum but unfortunately it's Java.
I don't make heavy modification to mhash. Just touched a bit for make it compileable on all OS'es.

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

No branches or pull requests

3 participants