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

Adds decaf group #115

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Adds decaf group #115

wants to merge 6 commits into from

Commits on Jun 3, 2022

  1. Adds decaf prime-order group.

    Squashed commit of the following:
    
    commit ec347f5
    Author: armfazh <[email protected]>
    Date:   Fri Jul 24 15:28:34 2020 -0700
    
        Adding decaf group.
    
    commit 796b37e
    Author: armfazh <[email protected]>
    Date:   Wed Jul 22 19:44:07 2020 -0700
    
        Updates internal packages of Ed448.
    
    commit f5957e7
    Author: armfazh <[email protected]>
    Date:   Wed Jul 22 19:11:15 2020 -0700
    
        Updating Decaf documentation.
    
    commit 6f573e6
    Author: armfazh <[email protected]>
    Date:   Wed Jul 22 13:56:12 2020 -0700
    
        Updating documentation of ted448 internal package.
    
    commit 7e80bfc
    Author: armfazh <[email protected]>
    Date:   Wed Jun 10 01:56:31 2020 -0700
    
        Adapting ed448 for using the internal ted448 package.
    
    commit 44ce6c5
    Author: armfazh <[email protected]>
    Date:   Tue Jun 9 23:36:17 2020 -0700
    
        ted448 point public fields.
    
    commit 13dd30d
    Author: armfazh <[email protected]>
    Date:   Tue Jun 9 20:32:32 2020 -0700
    
        Moving twist implementation to an internal package.
    
    commit 4cdcb71
    Author: armfazh <[email protected]>
    Date:   Mon Jun 1 01:30:22 2020 -0700
    
        Solving scalar constant-time operations.
    
    commit 26b9ea4
    Author: armfazh <[email protected]>
    Date:   Thu May 21 09:21:36 2020 -0700
    
        Review comments on formulas.
    
    commit ff821b5
    Author: armfazh <[email protected]>
    Date:   Tue May 19 16:54:36 2020 -0700
    
        Adding tests for detecting decaf/point invalid encodings.
    
    commit 3881ea8
    Author: armfazh <[email protected]>
    Date:   Fri May 15 15:13:53 2020 -0700
    
        One test for decaf, unmarshaling straight-line code, and check for errors.
    
    commit 9b048c0
    Author: armfazh <[email protected]>
    Date:   Thu May 14 18:12:57 2020 -0700
    
        Updating interface for decaf and curve.
    
    commit a99153c
    Author: armfazh <[email protected]>
    Date:   Thu May 14 16:10:04 2020 -0700
    
        Adding goldilocks documentation.
    
    commit a62d6bd
    Author: armfazh <[email protected]>
    Date:   Thu May 14 14:15:02 2020 -0700
    
        Adding decaf v1.1 and kat tests.
    
    commit c72bdfa
    Author: armfazh <[email protected]>
    Date:   Wed May 13 13:30:11 2020 -0700
    
        Removing non-used fp functions.
    
    commit d4fc865
    Author: armfazh <[email protected]>
    Date:   Tue May 12 11:47:57 2020 -0700
    
        Adding some helper functions.
    
    commit 6173c83
    Author: armfazh <[email protected]>
    Date:   Tue May 12 05:15:55 2020 -0700
    
        Decaf decoding working. More tests needed.
    
    commit daa36c1
    Author: armfazh <[email protected]>
    Date:   Mon May 11 16:16:16 2020 -0700
    
        Decaf encoding is working, except by the choice of generator.
    
    commit 8933f6c
    Author: armfazh <[email protected]>
    Date:   Thu May 7 01:19:47 2020 -0700
    
        Decaf encoding requires cannon sqrt.
    
    commit 9479b45
    Author: armfazh <[email protected]>
    Date:   Wed Apr 29 14:51:21 2020 -0700
    
        Adding support for decaf quotient group.
    armfazh committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    382137d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8c168a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9679bf8 View commit details
    Browse the repository at this point in the history
  4. Fixing sha3 import paths.

    armfazh committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    65407fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45008f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bf0eae View commit details
    Browse the repository at this point in the history