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
ZappOT contains a 128-Bit Block abstraction which internally uses a u128. Operations on this type should vectorize, but to be on the safe side, we can use the crate wide. It has explicit SIMD implementations of operations such as Add and Xor on platforms where these are available, and falls back to scalar implementations otherwise.
The text was updated successfully, but these errors were encountered:
ZappOT contains a 128-Bit Block abstraction which internally uses a u128. Operations on this type should vectorize, but to be on the safe side, we can use the crate wide. It has explicit SIMD implementations of operations such as Add and Xor on platforms where these are available, and falls back to scalar implementations otherwise.
The text was updated successfully, but these errors were encountered: