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: RustCrypto/block-ciphers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: kuznyechik-v0.9.0-rc.1
Choose a base ref
...
head repository: RustCrypto/block-ciphers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kuznyechik-v0.9.0-rc.2
Choose a head ref
  • 10 commits
  • 92 files changed
  • 4 contributors

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    bcedd16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f38301b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. magma: fix typos (#506)

    tarcieri authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    ffcfc5c View commit details
    Browse the repository at this point in the history
  2. Switch from doc_auto_cfg to doc_cfg (#505)

    The former has been removed from the latest `nightly` compiler releases
    
    Also removes the `--cfg docsrs` settings, since they're now automatic
    
    See also: RustCrypto/traits#2028
    tarcieri authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    c2e35db View commit details
    Browse the repository at this point in the history
  3. rc2 v0.9.0-pre.0 (#507)

    Closes #504
    tarcieri authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    3eeaff0 View commit details
    Browse the repository at this point in the history
  4. aes: add VAES support (#508)

    This is #491, rebased on `master`.
    
    Closes #489
    
    Co-authored-by: silvanshade <silvanshade@users.noreply.github.com>
    tarcieri and silvanshade authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    bf53f63 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. rc6: RC6 Implementation (#439)

    Implementation and documentation are aligned with rc5 implementation.
    
    I referred following document for key schedule, encryption and
    decryption algorithms:
    
    https://www.grc.com/r&d/rc6.pdf
    
    I checked whether it works by following test vectors.
    
    https://datatracker.ietf.org/doc/html/draft-krovetz-rc6-rc5-vectors-00#section-3
    ashWhiteHat authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    4a65fa4 View commit details
    Browse the repository at this point in the history
  2. rc6: 2024 edition; upgrade to cipher v0.5.0-rc.1 (#510)

    Updates `rc6` to use the latest Rust version and version of `cipher`
    that all of the other crates are using
    tarcieri authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    1530141 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    69b3746 View commit details
    Browse the repository at this point in the history
  2. Cut rc.2 prereleases (#512)

    Cuts the following prereleases:
    
    - `aes` v0.9.0-rc.2
    - `belt-block` v0.2.0-rc.2
    - `blowfish` v0.10.0-rc.2
    - `des` v0.9.0-rc.2
    - `gift-cipher` v0.1.0-rc.2
    - `kuznyechik` v0.9.0-rc.2
    - `magma` v0.10.0-rc.2
    - `rc6` v0.1.0-rc.2
    - `serpent` v0.6.0-rc.2
    - `sm4` v0.6.0-rc.2
    - `speck-cipher` v0.1.0-rc.2
    tarcieri authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    25df7c9 View commit details
    Browse the repository at this point in the history
Loading