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

Gemini BGV #283

Merged
merged 10 commits into from
Jun 23, 2021
Merged

Gemini BGV #283

merged 10 commits into from
Jun 23, 2021

Commits on Dec 16, 2020

  1. Add the functions of BGV.

    天吾 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    9eb726d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. BGV encryption

    - add size check
    - refactor some codes
    居侯 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    94854af View commit details
    Browse the repository at this point in the history
  2. add boundary test on BGV encryption

    居侯 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    8c12920 View commit details
    Browse the repository at this point in the history
  3. fix ntt requirements for BGV RLWE samples

    居侯 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    4d5fa05 View commit details
    Browse the repository at this point in the history
  4. improve bgv.ks

    居侯 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    cfaead1 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. BGV implementation for dotnet.

    天吾 committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    df937fa View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Fix a bug for BGV's modulus-switching operation.

    天吾 committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    f84be43 View commit details
    Browse the repository at this point in the history
  2. Add a test case for the BGV mod-switching bug.

    天吾 committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    3c3f4da View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. merge with microsoft SEAL upstream/contrib

    天吾 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    20b30d7 View commit details
    Browse the repository at this point in the history
  2. fix evaluator.cpp

    天吾 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    af41f1e View commit details
    Browse the repository at this point in the history