By the "optimal block size" I mean the amount of bytes that hash may operate more efficiently if all updates are a multiple of this amount. (I didn't find is in docs)
(I am writing go wrapper for xxh3 and the standard library requires this value, for example for sha256 it is 64 bytes)
Thank you.
The answer to that is XXH3_INTERNALBUFFER_SIZE, which is currently defined to 256.
Most helpful comment
The answer to that is
XXH3_INTERNALBUFFER_SIZE, which is currently defined to 256.