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

Another (not that feature-rich) Lyra2 implementation in Java #8

Open
alisianoi opened this issue Jul 11, 2017 · 0 comments
Open

Another (not that feature-rich) Lyra2 implementation in Java #8

alisianoi opened this issue Jul 11, 2017 · 0 comments

Comments

@alisianoi
Copy link

Hello,

this is a friendly heads-up for a Java implementation of Lyra2 written by me that I've recently open-sourced here: https://github.com/all3fox/lyra2-java

To be honest, not much is implemented there: a single-threaded version of Lyra2 with the Blake2b-based sponge. That implementation produces the same hash values as your current Lyra2 C implementation (of course, if the compile-time and run-time parameters like sponge/blocks/password/hash/rounds/columns etc. are properly matched).

However, I will be adding other sponges and refactoring current implementation even more. Feel free to come by and have a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant