spacemeshos / gpu-post

Spacemesh proof of space time gpu optimized setup
GNU General Public License v3.0
29 stars 9 forks source link

hashLenBits' 1-7 bit range is inconsistent #16

Closed moshababo closed 4 years ago

moshababo commented 4 years ago

Calling scryptPositions with various values for the 1-7 bit range for hashLenBits param produces inconsistent outputs among different providers and sometimes to process crash. This should be fixed along with the task of extending range up to 512 bits (currently limited to 8).

AndrewAR2 commented 4 years ago

Fixed.

moshababo commented 4 years ago

Thanks, works well now.

Closed by https://github.com/spacemeshos/gpu-post/commit/682a0d86f1f328fa42ed05274c559bdb21c7349b.