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

cryptex take 2 #724

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

cryptex take 2 #724

wants to merge 20 commits into from

Commits on Nov 5, 2020

  1. WIP

    murillo128 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    9063d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95b0e97 View commit details
    Browse the repository at this point in the history
  3. cryptex in aead

    murillo128 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    62bf7a8 View commit details
    Browse the repository at this point in the history
  4. fix csrcs type

    murillo128 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    4939886 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. cyrptex -> cryptex

    murillo128 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    e16a815 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    664da14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fa8d3b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. clang-format

    murillo128 committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    3fe608b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. remove tabs

    murillo128 committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    696ae82 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. [wip]

    murillo128 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    4ab5255 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Fix AAD and add tests

    murillo128 committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    ce58dd6 View commit details
    Browse the repository at this point in the history
  2. format

    murillo128 committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    6536373 View commit details
    Browse the repository at this point in the history
  3. clang

    murillo128 committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    fbf23e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Merge pull request #1 from murillo128/master

    backport changes from master
    murillo128 authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    f09a939 View commit details
    Browse the repository at this point in the history
  2. fix warnings

    murillo128 committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    3f21c3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5124a97 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. fix format

    murillo128 committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    f8a374b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90d2345 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Merge branch murillo128:cryptex

    Code is merged but tests are disabled and code if #defed out.
    Starting point for porting after major code changes.
    pabuhler committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f1ab8cc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. port some of cryptex support on to main

    Due to support for non in-place io the existing code that always modifies the
    input buffer maybe not always be appropriate, this looks at alternatives.
    
    Encrypted csrc's when using gcm is currently not support and disabled.
    pabuhler committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    36734d9 View commit details
    Browse the repository at this point in the history