Home
last modified time | relevance | path

Searched refs:TwoKAryFixedBaseExpImpl (Results 1 – 1 of 1) sorted by relevance

/external/private-join-and-compute/private_join_and_compute/crypto/
Dfixed_base_exp.cc86 class TwoKAryFixedBaseExpImpl : public FixedBaseExpImplBase { class
88 TwoKAryFixedBaseExpImpl(Context* ctx, const BigNum& fixed_base, in TwoKAryFixedBaseExpImpl() function in private_join_and_compute::internal::TwoKAryFixedBaseExpImpl
149 new internal::TwoKAryFixedBaseExpImpl(ctx, fixed_base, modulus))); in GetFixedBaseExp()