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

[For review] ChaCha SSE2 optimizations #616

Merged
merged 6 commits into from Sep 5, 2016
Merged

[For review] ChaCha SSE2 optimizations #616

merged 6 commits into from Sep 5, 2016

Commits on Sep 1, 2016

  1. SSE2 ChaCha

    randombit committed Sep 1, 2016
    Copy the full SHA
    858e3be View commit details
    Browse the repository at this point in the history
  2. ChaCha 4 ways

    randombit committed Sep 1, 2016
    Copy the full SHA
    e358acf View commit details
    Browse the repository at this point in the history
  3. 4x interleaved SSE2

    randombit committed Sep 1, 2016
    Copy the full SHA
    fc4b34d View commit details
    Browse the repository at this point in the history
  4. Missing increment in SSE2 version, broke ChaCha20Poly1305 tests

    But not any ChaCha20 tests due to no long test inputs. Add one.
    randombit committed Sep 1, 2016
    Copy the full SHA
    3a887fa View commit details
    Browse the repository at this point in the history
  5. Correct macro check

    randombit committed Sep 1, 2016
    Copy the full SHA
    3fc924b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Copy the full SHA
    ac3d1ea View commit details
    Browse the repository at this point in the history