Module util

Source
Expand description

Utilities.

Modules§

arithmetic
Arithmetic related re-exported traits and utilities.
hash
Hash algorithms.
msm
Multi-scalar multiplication algorithm.
poly
Polynomial.
transcript
Transcript traits.

Functions§

parallelize
Parallelly executing the function on the given mutable slice.
parallelize_iter
Parallelly executing the function on the items of the given iterator.