Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tkaitchuck/aHash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.5
Choose a base ref
...
head repository: tkaitchuck/aHash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.7
Choose a head ref
  • 10 commits
  • 14 files changed
  • 8 contributors

Commits on Oct 23, 2023

  1. 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>
    tkaitchuck authored Oct 23, 2023
    Copy the full SHA
    20d87ea View commit details

Commits on Oct 25, 2023

  1. Update zerocopy to 0.7.14 for new license (#177)

    Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
    tkaitchuck authored Oct 25, 2023
    Copy the full SHA
    2153ab9 View commit details
  2. Update zerocopy to 0.7.14 for new license (#177) (#178)

    Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
    tkaitchuck authored Oct 25, 2023
    Copy the full SHA
    6be06a6 View commit details

Commits on Oct 31, 2023

  1. Copy the full SHA
    7fbcf0f View commit details

Commits on Nov 10, 2023

  1. 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
    Amanieu authored Nov 10, 2023
    1
    Copy the full SHA
    b583310 View commit details
  2. 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.
    erickt authored Nov 10, 2023
    Copy the full SHA
    53c08e4 View commit details

Commits on Nov 12, 2023

  1. Add MSRV 1.60.0 (#181)

    * 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>
    tkaitchuck and polarathene authored Nov 12, 2023
    Copy the full SHA
    9f6a2ad View commit details

Commits on Dec 29, 2023

  1. 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>
    nabilwadih and Nabil Wadih authored Dec 29, 2023
    Copy the full SHA
    47a7495 View commit details
  2. Bump version to 0.8.7

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Dec 29, 2023
    Copy the full SHA
    ea78b05 View commit details

Commits on Feb 11, 2024

  1. Copy the full SHA
    0fd5195 View commit details
Loading