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
Adds the following:
- `BatchInvert::batch_invert_in_place_vartime`
- `BatchNormalize::batch_normalize_vartime`
Both are provided methods that currently call the constant-time path,
but in the future we can potentially provide default implementations
that are variable-time and optimized.
Since the new methods are provided, this isn't a breaking change.
0 commit comments