Compute the inverse of x1. */
| 44 | |
| 45 | /** Compute the inverse of x1. */ |
| 46 | Elem Inv(Elem a) const { return InvExtGCD<I, O, B, MOD>(a); } |
| 47 | |
| 48 | /** Generate a random field element. */ |
| 49 | Elem FromSeed(uint64_t seed) const { |
no outgoing calls
no test coverage detected