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

Feat/kms: call first version of KMS for reencrypt and decrypt #47

Merged
merged 14 commits into from
Jan 8, 2024

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    c6e9dd2 View commit details
    Browse the repository at this point in the history
  2. fix(): make e2e test work

    tremblaythibaultl authored and leventdem committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b504e2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    958b426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70bdc30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eaf28a1 View commit details
    Browse the repository at this point in the history
  6. feature(decrypt): call KMS for decryption

    IMPORTANT: the decrypt call should be replaced in most cases by cmux
    It is still called in Governor example in fhevm repository.
    To make tests passing we keep it for now.
    In the future, it will be replaced by async decryption
    For this early first version of KMS this is acceptable.
    leventdem committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    8dd0820 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    062abc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b69654 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49 from zama-ai/features/add-cmux

    feat() add ifThenElse to the stack
    immortal-tofu authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    43e4919 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #50 from zama-ai/feat/update-gas

    feat() Update gas prices for decrypt and rand
    immortal-tofu authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    31f903f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Fix out of bounds error

    david-zk committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    a741912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e9c6dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04cf17 View commit details
    Browse the repository at this point in the history
  4. tests: fix tests that requires decryption after kms integration

    - we now run tests that requires decryption using a local decryption
      instead of calling the kms
    - tests that necessarily require a kms to be live were disabled for now
    youben11 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4e7ede6 View commit details
    Browse the repository at this point in the history