bjornedstrom / python-sha3

Python implementation of FIPS SHA3 and SHAKE
Other
44 stars 20 forks source link

Added support of big endian platforms in generic64 target #8

Closed nobody4t closed 6 years ago

nobody4t commented 6 years ago

Signed-off-by: Gilles Van Assche gva-github@noekeon.org Signed-off-by: Wang Dong xdragon007@gmail.com

gvanas commented 6 years ago

I would suggest to integrate the latest changes directly (see commit c73713…), but maybe that was your intention…

nobody4t commented 6 years ago

I have a look at the file, and there are some differences. So I just added the core part. I will have a try. If it is fine, I will integrate it directly.

nobody4t commented 6 years ago

@gvanas That patch could not be applied directly. There are some different between them.

gvanas commented 6 years ago

I see. The file used in this project is fairly old.

bjornedstrom commented 6 years ago

Thank you, merged the patch.