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

Increase developer-friendliness #2

Open
4 tasks
IsakSundeSingh opened this issue Apr 22, 2020 · 0 comments
Open
4 tasks

Increase developer-friendliness #2

IsakSundeSingh opened this issue Apr 22, 2020 · 0 comments
Assignees

Comments

@IsakSundeSingh
Copy link
Owner

Feature request ⚡

Is your feature request related to a problem? 😧

Creating circuits using functions for boolean gates is difficult and manual labour. There could easily be APIs for parsing some DSL and creating circuits for you. At least some prebuilt circuits such as an 8-bit adder. Additionally, common types represented as ciphertexts could be created, such as Uint8.

Describe the solution you'd like 😄

Some sort of easier way of creating programs using the library. Some functionality to parse a binary circuit language would be helpful. A compiler for converting Rust or LLVM to circuits would be even better.

Describe alternatives 🤷‍♂️

Possible solutions could be:

  • A parser for converting binary circuit formats to the encrypted form. E.g. some subset of Verilog or similar.
  • A compiler for converting Rust to circuits
  • A DSL for writing circuits.
  • Some predefined built-in primitive types. E.g. Uint8, Int8, etc. with associated common methods / structures, e.g. 8-bit adder, encrypted comparison circuit, etc.
@IsakSundeSingh IsakSundeSingh self-assigned this Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant