Home | History | Annotate | Download | only in crypto

Lines Matching refs:FieldElement

55   struct FieldElement {
60 static FieldElement Add(const FieldElement& x, const FieldElement& y);
62 static FieldElement Double(const FieldElement& x);
65 static void MulAfterPrecomputation(const FieldElement* table,
66 FieldElement* x);
68 static void Mul16(FieldElement* x);
77 FieldElement y_;
83 FieldElement product_table_[16];