Bit extraction
This guide teaches how to improve the execution time of Concrete circuits by using bit extraction.
Bit extraction is a cheap way to extract certain bits of encrypted values. It can be very useful for improving the performance of circuits.
For example:
prints:
That's almost 8x improvement to circuit complexity!
Last updated