Skip to content

Commit 412ba59

Browse files
authored
Merge pull request #34 from jschanck/33-sha256ctr
Add support for "SHA256CTR" filters
2 parents 1700810 + 9c12d02 commit 412ba59

12 files changed

+331
-95
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ repository = "https://github.com/mozilla/rust-cascade"
1010

1111
[dependencies]
1212
byteorder="1.3.1"
13-
digest="0.8.0"
1413
murmurhash3 = "0.0.5"
15-
sha2="^0.8"
14+
sha2="^0.10.2"

0 commit comments

Comments
 (0)