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
Fixed broken block when data is chunked by block len
When the next chunk of data has size less than block len, but block is
started, it finalized block to early that cause a wrong hash.
Fixed https://github.com/catap/scala-blake3/issues/1
0 commit comments