bjornedstrom / python-sha3

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

Is this project abandoned? #7

Closed nobody4t closed 6 years ago

nobody4t commented 6 years ago

Just as I say.

bjornedstrom commented 6 years ago

Hello.

No it's not. Feel free to publish pull requests. :)

The nice thing with infrastructural libraries like this is that they don't need changing very much. The latest version is still relevant I'd say.

nobody4t commented 6 years ago

But as I can see the last commits is in 2016. And what is relationship between this project and pysha3? I am little confused.

nobody4t commented 6 years ago

And I got a problem when to install it on s390:

src/64/KeccakF-1600-opt64.c:250:2: error: #error "Not yet implemented".

bjornedstrom commented 6 years ago

Yes, the last commit is from 2016. The library works for me and many others. If you have found a problem, I accept pull requests.

nobody4t commented 6 years ago

OK. So this error is raised because s390 is big endian. I will try to enable it then.

nobody4t commented 6 years ago

I got a patch for this, how can I push it? Push it directly to the master?