Searched defs:FfElementObj (Results 1 – 2 of 2) sorted by relevance
65 FfElementObj::FfElementObj() : state_(new State) {} in FfElementObj() function in FfElementObj67 FfElementObj::FfElementObj(FfElementObj const& other) : state_(new State) { in FfElementObj() function in FfElementObj78 FfElementObj::FfElementObj(FiniteFieldObj* ff) : state_(new State) { in FfElementObj() function in FfElementObj82 FfElementObj::FfElementObj(FiniteFieldObj* ff, FpElemStr const& bytes) in FfElementObj() function in FfElementObj87 FfElementObj::FfElementObj(FiniteFieldObj* ff, FqElemStr const& bytes) in FfElementObj() function in FfElementObj92 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq2ElemStr const& bytes) in FfElementObj() function in FfElementObj97 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq3ElemStr const& bytes) in FfElementObj() function in FfElementObj102 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq6ElemStr const& bytes) in FfElementObj() function in FfElementObj107 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq12ElemStr const& bytes) in FfElementObj() function in FfElementObj112 FfElementObj::FfElementObj(FiniteFieldObj* ff, in FfElementObj() function in FfElementObj[all …]
31 class FfElementObj; variable