We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the first glance, pure-Python seems slow, is the underlying crypto implemented in pure Python, or does it use something from stdlib, etc...
So, for someone who doesn't want to dig too deep, README.md could have a simple performance comparison, e.g. against pypi:scrypt with same settings.
README.md
pypi:scrypt
The text was updated successfully, but these errors were encountered:
The algorithm is in Pure-Python. It will be excruciatingly slow.
In PyPy it is snappy though.
The main values in a Pure-Python implementation
I have not had time to document performance, but it will not be good. :)
Sorry, something went wrong.
No branches or pull requests
At the first glance, pure-Python seems slow, is the underlying crypto implemented in pure Python, or does it use something from stdlib, etc...
So, for someone who doesn't want to dig too deep,
README.md
could have a simple performance comparison, e.g. againstpypi:scrypt
with same settings.The text was updated successfully, but these errors were encountered: