Expand description
Utility functions
Functionsยง
- batch_
multiplicative_ inverse_ allowing_ zero - Calculates and returns the multiplicative inverses of each field element, with zero values remaining unchanged.
- disable_
debug_ builder - Disables the debug builder so there are not debug assert panics. Commonly used in negative tests to prevent panics.
- parallelize_
chunks - This utility function will parallelize an operation that is to be performed over a mutable slice.