Wei Dai

Results 4 issues of Wei Dai

I'm not sure if the following has been discussed or proposed, but I'm putting this into an issue here so we can have a place to discuss things related to...

prio:low

This PR adds * A preliminary `UInt32` trait * A naive implementation of `UInt32` from `Boolean` * An implementation of SHA256 that is generic over UInt32 * `from_const` function for...

## Problem Currently, repeated circuit components incur large witness generation code. This is because there is a separate line of rust statement invoking the witness generator for each circuit component...

## Problem Currently, there is no notion of constant wires in RCC traits. In `AlgWire` trait, we directly support operation of `Wire` against other constant values. This behavior is rather...