Skip to content

Questions about If/Else and Parallelization #9

Open
@JulianLiedtke

Description

@JulianLiedtke

Hi,

I have a program of the following structre:

Input ciphertext y, Witness: secret key

  1. Decrypt y using the secret key, obtaining x
  2. If x has some property output 1
  3. Output 0

My questions are:

  • How is it possible to realize the if/else clause?
  • Assuming that I have multiple ciphertexts as input, it is possible to run the decryptions in parallel for efficiency?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions