-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: tkaitchuck/aHash
base: v0.8.5
head repository: tkaitchuck/aHash
compare: 0.8.7
- 10 commits
- 14 files changed
- 8 contributors
Commits on Oct 23, 2023
-
Change update function to use decryption rather than encryption. (#173)
* Change update function to use decryption rather than encryption --------- Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
Configuration menu - View commit details
-
Copy full SHA for 20d87ea - Browse repository at this point
Copy the full SHA 20d87eaView commit details
Commits on Oct 25, 2023
-
Update zerocopy to 0.7.14 for new license (#177)
Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
Configuration menu - View commit details
-
Copy full SHA for 2153ab9 - Browse repository at this point
Copy the full SHA 2153ab9View commit details -
Update zerocopy to 0.7.14 for new license (#177) (#178)
Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
Configuration menu - View commit details
-
Copy full SHA for 6be06a6 - Browse repository at this point
Copy the full SHA 6be06a6View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7fbcf0f - Browse repository at this point
Copy the full SHA 7fbcf0fView commit details
Commits on Nov 10, 2023
-
Remove build-time check for
stdsimd
feature (#183)* Remove build-time check for `stdsimd` feature This is blocking rust-lang/rust#117372, which replaces `stdsimd` with more fine-grained features. However the auto-detection in aHash breaks when bootstrapping Rust because it detects the `stdsimd` feature on the old toolchain which is not present on the newly build libcore. This PR removes the build-time detection of the `stdsimd` feature and instead just uses the ARM AES intrinsics directly since they are now stable, but only on AArch64. * Add nightly-arm-aes Cargo feature
1Configuration menu - View commit details
-
Copy full SHA for b583310 - Browse repository at this point
Copy the full SHA b583310View commit details -
Update once_cell to remove "unstable" feature (#185)
According to [once_cell 1.18.0](https://github.com/matklad/once_cell/blob/v1.18.0/Cargo.toml#L55), the "unstable" feature is no longer used. This patch updates the crate and removes the feature so we do not accidentally enable any other unstable `once_cell` features in the future.
Configuration menu - View commit details
-
Copy full SHA for 53c08e4 - Browse repository at this point
Copy the full SHA 53c08e4View commit details
Commits on Nov 12, 2023
-
* Add MSRV with github test Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com> Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com> Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f6a2ad - Browse repository at this point
Copy the full SHA 9f6a2adView commit details
Commits on Dec 29, 2023
-
Update zerocopy version to 0.7.31 (#189)
- There is a security vulnerability in older versions of the crate: https://rustsec.org/advisories/RUSTSEC-2023-0074 Co-authored-by: Nabil Wadih <nwadih@google.com>
Configuration menu - View commit details
-
Copy full SHA for 47a7495 - Browse repository at this point
Copy the full SHA 47a7495View commit details -
Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ea78b05 - Browse repository at this point
Copy the full SHA ea78b05View commit details
Commits on Feb 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fd5195 - Browse repository at this point
Copy the full SHA 0fd5195View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.8.5...0.8.7