MCPcopy Create free account
hub / github.com/ElementsProject/elements / Inv

Method Inv

src/minisketch/src/fields/generic_common_impl.h:46–46  ·  view source on GitHub ↗

Compute the inverse of x1. */

Source from the content-addressed store, hash-verified

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 {

Callers 3

MakeMonicFunction · 0.45
RecFindRootsFunction · 0.45
BerlekampMasseyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected