impl Write trait for the streaming SeaHasher
... | ... | @@ -6,8 +6,12 @@ description = "A blazingly fast, portable hash function with proven statistical |
repository = "https://gitlab.redox-os.org/redox-os/seahash" | ||
documentation = "https://docs.rs/seahash" | ||
license = "MIT" | ||
keywords = ["hash", "hashing", "checksum", "checsumming", "portable"] | ||
keywords = ["hash", "hashing", "checksum", "checksumming", "portable"] | ||
exclude = ["target", "Cargo.lock"] | ||
[dev-dependencies] | ||
quickcheck = "0.9.2" | ||
[features] | ||
default = [] | ||
use_std = [] |
src/impl_std.rs
0 → 100644
Please register or sign in to comment