tkaitchuck / aHash

aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
https://crates.io/crates/ahash
Apache License 2.0
1.03k stars 101 forks source link

Remove most `unsafe` code #162

Closed joshlf closed 11 months ago

joshlf commented 1 year ago

The only remaining unsafe code is used to call SIMD intrinsics.