Closed Schaeff closed 2 years ago
If we cached a representation of n bits, it can be turned into a representation of m >= n bits by left padding with zeroes. Currently we force n == m. Relax that constraint.
n
m >= n
n == m
If we cached a representation of
n
bits, it can be turned into a representation ofm >= n
bits by left padding with zeroes. Currently we forcen == m
. Relax that constraint.