s3s
s3s copied to clipboard
SIMD hashers by default
- [x] CRC32
- [x] CRC32C
- [x] CRC64NVME
- [ ] SHA1
- [ ] SHA256
- [ ] MD5
Current status
Waiting for RustCrypto hashes v0.11.*.
- https://github.com/RustCrypto/hashes/issues/315
Workaround
If your project is Linux-only, you can enable their asm features by adding them as direct dependencies.
You can also depend on the main branch to use latest RustCrypto releases.
- https://github.com/RustCrypto/hashes/issues/584
- https://github.com/RustCrypto/traits/issues/1571
- #380