Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Belt-Ecb #45

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Belt-Ecb #45

wants to merge 20 commits into from

Commits on Mar 28, 2023

  1. Implement belt-ctr

    makavity committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    13dd051 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6445302 View commit details
    Browse the repository at this point in the history
  3. fix/working dir actions

    makavity committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    47d493e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. fix/rework nonce + remove be

    makavity committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6e4c8cc View commit details
    Browse the repository at this point in the history
  2. fix/cargo fmt

    makavity committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    dc74f24 View commit details
    Browse the repository at this point in the history
  3. fix/revert no_std

    makavity committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a6588eb View commit details
    Browse the repository at this point in the history
  4. fix/documentation

    makavity committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    215e4aa View commit details
    Browse the repository at this point in the history
  5. fix/bench

    makavity committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9a47d60 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. fix/ctr

    makavity committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bf34cf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	.github/workflows/belt-ctr.yaml
    #	Cargo.lock
    #	belt-ctr/CHANGELOG.md
    #	belt-ctr/Cargo.toml
    #	belt-ctr/LICENSE-MIT
    #	belt-ctr/README.md
    #	belt-ctr/src/lib.rs
    #	belt-ctr/tests/mod.rs
    makavity committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e05604d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 3, 2023

  1. Implement belt-ecb

    makavity committed May 3, 2023
    Configuration menu
    Copy the full SHA
    02201a5 View commit details
    Browse the repository at this point in the history
  2. belt-ecb: cargo fmt

    makavity committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f447b02 View commit details
    Browse the repository at this point in the history
  3. belt-ecb: fix readme

    makavity committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1739f9e View commit details
    Browse the repository at this point in the history
  4. belt-ecb: fix cargo.toml

    makavity committed May 3, 2023
    Configuration menu
    Copy the full SHA
    41dccab View commit details
    Browse the repository at this point in the history
  5. belt-ecb: fix msrv

    makavity committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1196701 View commit details
    Browse the repository at this point in the history
  6. belt-ecb: fix clippy

    makavity committed May 3, 2023
    Configuration menu
    Copy the full SHA
    5408aac View commit details
    Browse the repository at this point in the history
  7. belt-ecb: fix cargofmt

    makavity committed May 3, 2023
    Configuration menu
    Copy the full SHA
    5749b5b View commit details
    Browse the repository at this point in the history
  8. belt-ecb: fix ArrayLength

    makavity committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ee3ab70 View commit details
    Browse the repository at this point in the history
  9. belt-ecb: cargo fmt

    makavity committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c25933a View commit details
    Browse the repository at this point in the history