[−][src]Module accumulator::util
Miscellaneous functions used throughout the library.
Traits
TypeRep | Pseudo-type-level programming. This trait allows us to reflect "type-level" (i.e. static) information at runtime. |
Functions
divide_and_conquer | Folds over |
int | Convenience wrapper for creating |
prime_hash_product | Hashes its arguments to primes and takes their product. |
shamir_trick | Computes the |
solve_linear_congruence | Solves a linear congruence of form |