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
in the macro that implements any BA type (and $name is the name of the BA type e.g. BA256).
The task is to replace Vec<Gf32Bit> with an array using constant generics or a GenericArray. Ideally this is done with minimal propagation of the constant generic or ArrayLength type.
The text was updated successfully, but these errors were encountered:
currently we implement
in the macro that implements any BA type (and $name is the name of the BA type e.g. BA256).
The task is to replace
Vec<Gf32Bit>
with an array using constant generics or a GenericArray. Ideally this is done with minimal propagation of the constant generic orArrayLength
type.The text was updated successfully, but these errors were encountered: