Releases: alisianoi/lyra2-java
Releases · alisianoi/lyra2-java
Sponge speed-up
Fix unsigned remainder computation
Use Long.remainderUnsigned
to compute remainders for 64 bit unsigned integers. This chooses the same columns in the memory matrix as the reference implementation does. Previously, when the number of columns was not a power of two, the remainder was sometimes computed differently.