RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.87k stars 251 forks source link

Supporting FNV1a hashing. #380

Closed HindrikStegenga closed 2 years ago

HindrikStegenga commented 2 years ago

Hello there,

I'm the author of the const-fnv1a crate and, before putting in any efforts toward it, was wondering if perhaps you'd be interested in adding the FNV1a code to this project?

Kind regards,

tarcieri commented 2 years ago

As FNV is a non-cryptographic hash function, I'm not sure it makes sense for it to be located here.

Thanks for the offer, though!