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

Groestl perfomance #11

Closed
newpavlov opened this issue Jan 22, 2017 · 1 comment
Closed

Groestl perfomance #11

newpavlov opened this issue Jan 22, 2017 · 1 comment

Comments

@newpavlov
Copy link
Member

newpavlov commented Jan 22, 2017

Current implementation of Groestl is quite slow (<1 MB/s) and can be significantly improved.

Various performance improvement techniques can be found in the "Grøstl Implementation Guide". List of the fastest implementations can be found here.

@newpavlov
Copy link
Member Author

newpavlov commented Jan 29, 2021

In #217 performance was significantly improved and now it's on an acceptable level of ~100 MB/s. There is still a lot of room for improvement, especially via utilization of AES-NI and SIMD instructions.

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