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

Chacha20-Poly1305: use string instead of cstruct #203

Merged
merged 8 commits into from
Feb 28, 2024

Commits on Feb 25, 2024

  1. Chacha20-Poly1305: use string instead of cstruct

    Performance improvement from 8MB/s to 20MB/s (with 16 byte blocks, on my laptop)
    hannesm committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    e46d028 View commit details
    Browse the repository at this point in the history
  2. fix

    hannesm committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    6130384 View commit details
    Browse the repository at this point in the history
  3. .

    hannesm committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b03bb11 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. apply @reynir suggestions

    hannesm committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1e1d179 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    a68f3ee View commit details
    Browse the repository at this point in the history
  2. remove 4.08 CI

    hannesm committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d5f6f37 View commit details
    Browse the repository at this point in the history
  3. revert some changes

    hannesm committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    db4a1d5 View commit details
    Browse the repository at this point in the history
  4. minor

    hannesm committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3b3533c View commit details
    Browse the repository at this point in the history