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

Blake2s update #63

Merged
merged 33 commits into from
Oct 21, 2019
Merged

Blake2s update #63

merged 33 commits into from
Oct 21, 2019

Commits on Sep 11, 2019

  1. BLAKE2s Update

    AntoineRondelet authored and rrtoledo committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    7f886d7 View commit details
    Browse the repository at this point in the history
  2. fixing comments

    rrtoledo committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    2e67b78 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    1352a5e View commit details
    Browse the repository at this point in the history
  2. formatting

    rrtoledo committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    9fe265c View commit details
    Browse the repository at this point in the history
  3. remove deprecated char*

    rrtoledo committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    719b510 View commit details
    Browse the repository at this point in the history
  4. formatting

    rrtoledo committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    5d5d634 View commit details
    Browse the repository at this point in the history
  5. merging mimc tests

    rrtoledo committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    63d74bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    015c288 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

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

Commits on Sep 25, 2019

  1. formatting

    rrtoledo committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    e984b6f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. modifying comments

    rrtoledo committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5a1c016 View commit details
    Browse the repository at this point in the history
  2. formatting

    rrtoledo committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    fe75515 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Blake2s review (#81)

    * Used constants where needed, refered to the specs and used class constructors
    
    * Fixed comments for the gadgets and modified the XOR constraint
    
    * Refactored the XOR gadgets and added comments to explain constraints
    
    * Switched sign in XOR rot gadget
    
    * Fixed formatting, added comments to refer to the specs and added constants where needed
    
    * Commented the xor gadgets
    
    * Fixed comments formatting
    
    * Declared and used state constants
    
    * Ran formatting tool
    
    * Fixed sign error in constraint comment
    
    * Fixed build by adding workaround for const std::array attribute declaration
    AntoineRondelet authored and rrtoledo committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    b92bf5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b58848 View commit details
    Browse the repository at this point in the history
  3. formatting

    rrtoledo committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    462c712 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac354cb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Trigger travis

    AntoineRondelet committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    78604bd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    a700d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f19d5a View commit details
    Browse the repository at this point in the history
  3. fixing comment

    rrtoledo committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    abdb8c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. fixing file ifdef

    rrtoledo committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    e05c7f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308815a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3d6dbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    873a084 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    daeca5a View commit details
    Browse the repository at this point in the history
  6. adding missing hpp

    rrtoledo committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    dd8e93d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    d0924c0 View commit details
    Browse the repository at this point in the history
  2. forgot to add tests

    rrtoledo committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    3c3934b View commit details
    Browse the repository at this point in the history
  3. changing include order

    rrtoledo committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    4d39df1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d0410e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Fixed the build

    AntoineRondelet committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    a276d7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b25f34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f8f61f View commit details
    Browse the repository at this point in the history