Searched refs:SimpleBaseExpImpl (Results 1 – 1 of 1) sorted by relevance
71 class SimpleBaseExpImpl : public FixedBaseExpImplBase { class73 SimpleBaseExpImpl(const BigNum& fixed_base, const BigNum& modulus) in SimpleBaseExpImpl() function in private_join_and_compute::internal::SimpleBaseExpImpl152 new FixedBaseExp(new internal::SimpleBaseExpImpl(fixed_base, modulus))); in GetFixedBaseExp()