mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
- bit-width could get too high, rename input_range to be clearer on bounds - fix bounds that seemed to want to use a set number of bits but being off by one (e.g. 4 -> 3 as 0-3 is the range for a 2 bits integer) closes #1352