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

JH #74

Closed
wants to merge 26 commits into from
Closed

JH #74

wants to merge 26 commits into from

Commits on Dec 3, 2017

  1. init

    kazcw committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    2bdbf50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7660696 View commit details
    Browse the repository at this point in the history
  3. travis.yml

    kazcw committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    4663ebd View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. update for new Rust

    kazcw committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    ce6bab6 View commit details
    Browse the repository at this point in the history
  2. remove byte-tools dependency

    kazcw committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    7810375 View commit details
    Browse the repository at this point in the history
  3. update block-buffer 0.3 -> 0.6

    kazcw committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    47c95ee View commit details
    Browse the repository at this point in the history
  4. release 0.1.1 for updates

    kazcw committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    eb28c5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e904afc View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. simplify tests

    kazcw committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    f20d61d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ba0eef View commit details
    Browse the repository at this point in the history
  3. add skein

    kazcw committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    f201bf8 View commit details
    Browse the repository at this point in the history
  4. updated block-buffer

    kazcw committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    ebbbcb6 View commit details
    Browse the repository at this point in the history
  5. skein: simplify tests

    kazcw committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    84b05da View commit details
    Browse the repository at this point in the history
  6. update dependencies

    kazcw committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    20699df View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. clean up unsafety

    Fixes unsound assumption about buffer alignment.
    kazcw committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    06c2194 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. use digest-dev for tests

    kazcw committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    5372ba6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. tests from NIST submission

    kazcw committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    208ea26 View commit details
    Browse the repository at this point in the history
  2. add benchmark

    kazcw committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    709d033 View commit details
    Browse the repository at this point in the history
  3. formatting

    kazcw committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    74c5ec5 View commit details
    Browse the repository at this point in the history
  4. port to pure Rust

    kazcw committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    2a5450e View commit details
    Browse the repository at this point in the history
  5. portable fallback

    kazcw committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    2b6fb15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdffb30 View commit details
    Browse the repository at this point in the history
  7. optimizations for avx2

    Disabled by default (not beneficial in tests on a Haswell VM)
    kazcw committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    89a6283 View commit details
    Browse the repository at this point in the history
  8. release 0.2.1

    kazcw committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    fbe0203 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

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