Bit extraction
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide teaches how to improve the execution time of Concrete circuits by using 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!