Merge branch 'fix_chunking' into 'master'
Fix chunking Closes #5 See merge request redox-os/seahash!3
... | ... | @@ -8,3 +8,6 @@ documentation = "https://docs.rs/seahash" |
license = "MIT" | ||
keywords = ["hash", "hashing", "checksum", "checsumming", "portable"] | ||
exclude = ["target", "Cargo.lock"] | ||
[dev-dependencies] | ||
quickcheck = "0.9.2" |
tests/chunking.rs
0 → 100644
tests/quickchecks.rs
0 → 100644
Please register or sign in to comment