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

Allow alternative hash functions #12

Open
d3zd3z opened this issue May 22, 2018 · 0 comments
Open

Allow alternative hash functions #12

d3zd3z opened this issue May 22, 2018 · 0 comments

Comments

@d3zd3z
Copy link
Owner

d3zd3z commented May 22, 2018

Gosure and friends (rsure, etc) all use SHA1 has the hash function. Since these programs are more oriented toward integrity and not security, it isn't that harmful to use a weaker hash function. But, the user may want to consider other tradeoffs between performance and robustness of the hash function. Maybe they want increased performance, and use something like siphash or xxhash.

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

1 participant