Skip to content

Commit

Permalink
Clean up all the code
Browse files Browse the repository at this point in the history
Use ahash again for collision attack resistance.
  • Loading branch information
koraa committed Jan 19, 2020
1 parent 8eed0d8 commit 8eaafd7
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 78 deletions.
164 changes: 151 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ keywords = ["cli", "uniq"]

[dependencies]
clap = "^2.33.0"
anyhow = "1.0"
fxhash = "^0.2.1"
sysconf = "0.3.4"
anyhow = "^1.0.26"
ahash = "^0.2.18"
sysconf = "^0.3.4"
Loading

0 comments on commit 8eaafd7

Please sign in to comment.