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
See Section C.1 in the paper. Currently we have 112-bit ones implemented. The 128 bit parameters require a 12288-bit Uint, which doesn't have a predefined alias and all the corresponding impls (like Concat). We can implement those manually, or perhaps use BoxedUint?.
The text was updated successfully, but these errors were encountered:
See Section C.1 in the paper. Currently we have 112-bit ones implemented. The 128 bit parameters require a 12288-bit
Uint
, which doesn't have a predefined alias and all the corresponding impls (likeConcat
). We can implement those manually, or perhaps useBoxedUint
?.The text was updated successfully, but these errors were encountered: