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

Add inout crate and block-buffer/block-padding changes #566

Closed
wants to merge 39 commits into from

Commits on Jul 30, 2021

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

Commits on Aug 2, 2021

  1. simplify block-buffer

    newpavlov committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    5c87f94 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. add the inout crate

    newpavlov committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    008b51a View commit details
    Browse the repository at this point in the history
  2. fmt

    newpavlov committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    7f6670a View commit details
    Browse the repository at this point in the history
  3. clippy

    newpavlov committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    5281fd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c416833 View commit details
    Browse the repository at this point in the history
  5. inout: add some docs

    newpavlov committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    6b7199f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63cac36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e40e6fa View commit details
    Browse the repository at this point in the history
  8. inout: add workflow

    newpavlov committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    c039e18 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9820b75 View commit details
    Browse the repository at this point in the history
  10. rename as_buf to into_buf

    newpavlov committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    7719704 View commit details
    Browse the repository at this point in the history
  11. fmt

    newpavlov committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    f9a89ff View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. fix performance issues

    newpavlov committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    6f564e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. use usize for pos

    newpavlov committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    06b7285 View commit details
    Browse the repository at this point in the history
  2. add xor method to InOut

    newpavlov committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6bd6ade View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. remove ParBlock

    newpavlov committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    3b6ce73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50f4ea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d642361 View commit details
    Browse the repository at this point in the history
  4. add the Unpad trait

    newpavlov committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    c3b7bf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec41e37 View commit details
    Browse the repository at this point in the history
  6. update Cargo.lock

    newpavlov committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    db838ca View commit details
    Browse the repository at this point in the history
  7. fmt

    newpavlov committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    81e5b84 View commit details
    Browse the repository at this point in the history
  8. remove unused import

    newpavlov committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    7a28a61 View commit details
    Browse the repository at this point in the history
  9. move crate-level docs

    newpavlov committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    d8d00fa View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    510cdc6 View commit details
    Browse the repository at this point in the history
  2. rename Unpad to PadUnpad

    newpavlov committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f42a25c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbabc36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df2276c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81754ec View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    0fa8688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb7aec3 View commit details
    Browse the repository at this point in the history
  3. inout: re-enable no_std

    newpavlov committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    67609bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37930f2 View commit details
    Browse the repository at this point in the history
  5. block-buffer: impl Default

    newpavlov committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    5293ef7 View commit details
    Browse the repository at this point in the history
  6. block-buffer: impl Clone

    newpavlov committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    f207c0b View commit details
    Browse the repository at this point in the history
  7. inout fix import

    newpavlov committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    8cba32d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    459fe82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b145e View commit details
    Browse the repository at this point in the history