aboutsummaryrefslogtreecommitdiff
path: root/libraries/murmur2
AgeCommit message (Collapse)Author
2023-08-02chore: reformatSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-07Make it clear that the statements are meant to fall through in Murmur hashPandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2022-10-22Change old style cast to C++ castBensuperpc
Change old style cast to C++ cast Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-07-24change(libs): use a 4MiB buffer by default in murmur2 hashingflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-24feat(libs): add incremental version of murmurhash2 calculationflow
This does two passes for a given file, which is kinda slow, but I don't know how else to get the size excluding the filtered ones :< Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-17libs: add murmur2 libraryflow
Signed-off-by: flow <flowlnlnln@gmail.com>