bloom-filter-scala icon indicating copy to clipboard operation
bloom-filter-scala copied to clipboard

Fix for Issue #53

Open seanrohead opened this issue 4 years ago • 0 comments

Pass the size of the byte array instead of the length of the string because the length of the byte array can sometimes be 2x the length of the string, depending on which character encoding the string is stored with.

seanrohead avatar Mar 19 '21 23:03 seanrohead