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

Implement Classic McEliece #378

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

Commits on Oct 10, 2022

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

Commits on Oct 12, 2022

  1. trim down test data size

    pufferffish committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    827a97b View commit details
    Browse the repository at this point in the history
  2. add more documentation

    pufferffish committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    5e4053f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. compress testdata.txt

    pufferffish committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    ed1fba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    728ed14 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    1b8c3d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecb22e7 View commit details
    Browse the repository at this point in the history
  3. Implemenet vectorization for semi-systematic parameters (#2)

    * implement vec for mceliece460896f
    
    * implement vec for mceliece6688128f
    
    * implement vec for mceliece6960119f
    
    * implement vec for mceliece8192128f
    
    * implement vec for mceliece348864f
    pufferffish committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    eb670e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c563649 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    0bf6199 View commit details
    Browse the repository at this point in the history
  2. Revert "optimize gf multiplication"

    This reverts commit c563649.
    pufferffish committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    66aa9c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. remove wrong comment

    pufferffish committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d81cf1e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. field arithmetic cleanup

    Co-authored-by: Armando Faz <armfazh@users.noreply.github.com>
    pufferffish and armfazh committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    9dbf468 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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