ripple / crypto-conditions

A Java implementation of Crypto-Conditions (draft-thomas-crypto-conditions)
Apache License 2.0
5 stars 12 forks source link

Create boolean-circuit representations and factories #3

Open sappenin opened 6 years ago

sappenin commented 6 years ago

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:

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

References

sappenin commented 6 years ago

This issue was transitioned from the Quilt library's https://github.com/hyperledger/quilt/issues/108.