Skip to content

are the hashes generated reproducible ? #81

@coderedart

Description

@coderedart

I was just wondering if i could use this for file/data checksums. kinda like md5, but faster. I tried to different md5 crates and got the same hash. but otoh, i tried twox-hash and xxhash-rust crates, but i get different hashes with both. I know it will probably be good as long as i use only this crate, but i just wanted to check if this is the correct behavior or a bug.

like what happens if someone wants to interact with the hashes/files that i made in rust from other languages like js/c++, will the hashes match ?

EDIT: I"m talking about xxh3 btw.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions