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.
- metrics_
span - A span that will run the given closure
f
, and emit a metric with the givenname
usinggauge
when the feature"bench-metrics"
is enabled.