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
commonware-utils has the FixedBytes newtype, which wraps a [u8; N]. We should examine whether or not we need it - it'd be nice to delete it in favor of using [u8; N] directly.