[go: up one dir, main page]

gxhash 1.1.1

GxHash non-cryptographic algorithm
Documentation
1
2
3
4
5
6
7
8
#![feature(core_intrinsics)]
#![feature(stdsimd)]

mod gxhash;
mod hasher;

pub use gxhash::*;
pub use hasher::*;