You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just curious why target length is 8 bytes used in search function? is it supposed to be 32 bytes like 0x0000000007547ff5d321871ff4fb4f118b8d13a30a1ff7b317f3c5b20629578a?
Thanks!
The text was updated successfully, but these errors were encountered:
I look at sia.cl and find search use ulong for the target type
search(__global unsigned char* block, volatile __global uint* output, const ulong target)
just curious why target length is 8 bytes used in search function? is it supposed to be 32 bytes like 0x0000000007547ff5d321871ff4fb4f118b8d13a30a1ff7b317f3c5b20629578a?
Thanks!
The text was updated successfully, but these errors were encountered: