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

Create boolean-circuit representations and factories #3

Open
sappenin opened this issue Apr 28, 2018 · 1 comment
Open

Create boolean-circuit representations and factories #3

sappenin opened this issue Apr 28, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@sappenin
Copy link
Collaborator

This is a tracking ticket for the concept of "boolean circuits" in the crypto-conditions library.

The idea would be to create an interface called BooleanCircuit that would have various imlementations. For example:

  • OrGate: Contains a 1-of-2 Threshold condition, allowing it to operate like an OR gate.
  • AndGate: Contains a 2-of-2 Threshold condition, allowing it to operate like an AND gate.

Use something like BooleanCircuitFactory, this library could be used to construct boolean logic circuit based upon crypto-condition primitives.

References

@sappenin
Copy link
Collaborator Author

This issue was transitioned from the Quilt library's hyperledger-archives/quilt#108.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant