issues
search
srijs
/
rust-crc32fast
Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust
https://crates.io/crates/crc32fast
Apache License 2.0
269
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
testing: instructions in fuzz/README.md don't work: `cargo install afl` fails
#45
xpe
opened
1 month ago
0
cargo build & test: "warning: no edition set: defaulting to the 2015 edition while the latest is 2021"
#44
xpe
opened
1 month ago
0
Edition 2018
#43
kornelski
opened
3 months ago
0
Use `#[repr(C)]` so the offset of every union field is 0.
#42
anforowicz
opened
4 months ago
1
Unsound usages of unsafe implementation from `[u8]` to `__m128i`
#41
llooFlashooll
closed
6 months ago
2
Credit "the paper" from which the PCLMULQDQ specialization came from
#40
AlexTMjugador
closed
6 months ago
2
cross check nightly features
#39
srijs
closed
6 months ago
0
Introduce Github Actions CI
#38
srijs
closed
6 months ago
0
Fix new nightly compiler warning due to custom `cfg` directive
#37
AlexTMjugador
closed
6 months ago
2
Fix AArch64 build when the `nightly` feature is enabled
#36
AlexTMjugador
opened
6 months ago
4
Support for experimental avx512 operations
#35
tgross35
opened
6 months ago
0
"the paper"
#34
lolbinarycat
closed
6 months ago
3
Fails to build on the latest nightly for AArch64 when using the `nightly` feature
#33
AlexTMjugador
closed
9 months ago
2
Remove some unsafe code
#32
joshlf
closed
6 months ago
1
impl `std::io::Write` for `Hasher`
#31
a1phyr
opened
1 year ago
0
Implement `std::io::Write` on `crc32fast::Hasher`
#30
LikeLakers2
opened
1 year ago
0
Remove build.rs
#29
a1phyr
closed
6 months ago
3
aarch64 code improperly assumes it is running in a std environment
#28
jscatena88
opened
1 year ago
1
v1.1.0, it doesn't build with its dependencies at the minimum versions
#27
jplatte
closed
6 months ago
0
Fix `is_aarch64_feature_detected` usage
#26
novacrazy
closed
2 years ago
1
`is_aarch64_feature_detected` not found in scope
#25
novacrazy
closed
2 years ago
1
Unreasonably slow in debug mode on macOS M1
#24
Thomasdezeeuw
closed
2 years ago
6
Allow providing `amount` when creating Hasher from checksum.
#23
calmofthestorm
closed
2 years ago
4
Fix build for targets that don't support `sse2`, `sse4.2`, or `pclmulqdq` features
#22
kevinaboos
closed
3 years ago
10
Upgrade to quickcheck 1.0.3.
#21
j-vanderstoep
closed
2 years ago
1
Add convinience method for making a checksum
#20
alexmozaidze
closed
2 years ago
1
Doesn't build in VirtualBox
#19
umanwizard
closed
3 years ago
3
Erroneous dependency specification in some unyanked versions
#18
Tamschi
closed
2 years ago
1
Fix clippy warnings
#17
LingMan
opened
4 years ago
0
Update to Rust 2018 edition
#16
LingMan
opened
4 years ago
1
Update dev-dependencies
#15
LingMan
closed
4 years ago
1
Update cfg-if dependency
#14
matklad
closed
4 years ago
3
Hashing on target `wasm-unknown-unknown` is very slow
#13
tonyhb
closed
4 years ago
5
Raise MSRV to 1.31
#12
LingMan
closed
4 years ago
2
Fix typo in the readme
#11
LingMan
closed
4 years ago
2
CLI
#10
fmckeogh
closed
4 years ago
3
Make it possible to customize CRC polynomial and order
#9
federicomenaquintero
opened
5 years ago
12
make finalize() use a reference to make lib easier to use
#8
martinlindhe
closed
5 years ago
5
Consider adding support for other CRC polynomials
#7
NeoLegends
closed
5 years ago
2
Add support for AArch64 CRC32 instructions
#6
valpackett
closed
5 years ago
10
Test failures on s390x
#5
cuviper
closed
5 years ago
4
Add `no_std` support
#4
althonos
closed
5 years ago
8
Reduce `#[cfg]` duplication
#3
alexcrichton
closed
5 years ago
1
Drop dependency on `rustc_version`
#2
alexcrichton
closed
5 years ago
1
Use `match self {}` to show divergence
#1
alexcrichton
closed
5 years ago
1