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
These two things result in confusion. Especially since there's an unused/unsupported n attribute in ZeroState. I suggest removing this and making ZeroState always a one-bit thing for use in smaller circuits and bit twiddling. Maybe rename to ZeroBitState? That's pretty long though. If you just need a bunch of workspace use Allocate or its convenience method bb.alloc(). If you need a particular integer there's IntState.
The text was updated successfully, but these errors were encountered:
These two things result in confusion. Especially since there's an unused/unsupported
n
attribute in ZeroState. I suggest removing this and making ZeroState always a one-bit thing for use in smaller circuits and bit twiddling. Maybe rename toZeroBitState
? That's pretty long though. If you just need a bunch of workspace useAllocate
or its convenience methodbb.alloc()
. If you need a particular integer there'sIntState
.The text was updated successfully, but these errors were encountered: