You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have in-circuit binary decomposition api.ToBinary implemented with hints. It would be useful to have also a base-3 decomposition (or base-5 too).
The text was updated successfully, but these errors were encountered:
Need some preliminary work ( #270 ) .
Maybe also a good occasion to move some bits operations in a std/bits or std/math/bits package to avoid surcharging the base API 👍
Currently we have in-circuit binary decomposition
api.ToBinary
implemented with hints. It would be useful to have also a base-3 decomposition (or base-5 too).The text was updated successfully, but these errors were encountered: