Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/nilsimsa.cr
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct NilsimsaHash
end
end
# hash.reverse! # Technically part of algorithm, but we don't need it for matching
hash
return hash
end

private def trans3(a : UInt8, b : UInt8, c : UInt8, n : UInt8) : UInt8
Expand Down