Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Create boolean-circuit representations and factories #108

Closed
sappenin opened this issue Feb 12, 2018 · 1 comment
Closed

Create boolean-circuit representations and factories #108

sappenin opened this issue Feb 12, 2018 · 1 comment

Comments

@sappenin
Copy link
Contributor

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
Contributor Author

Moved to ripple/crypto-conditions#3

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

No branches or pull requests

1 participant