Botan 3.8.1
Crypto and TLS for C&
Botan::PCurve::PrimeOrderCurveImpl< C >::PrecomputedMul2TableC Class Referencefinal

#include <pcurves_wrap.h>

Inheritance diagram for Botan::PCurve::PrimeOrderCurveImpl< C >::PrecomputedMul2TableC:
Botan::PCurve::PrimeOrderCurve::PrecomputedMul2Table

Public Member Functions

 PrecomputedMul2TableC (const typename C::AffinePoint &x, const typename C::AffinePoint &y)
 
const auto & table () const
 

Detailed Description

template<typename C>
class Botan::PCurve::PrimeOrderCurveImpl< C >::PrecomputedMul2TableC

Definition at line 57 of file pcurves_wrap.h.

Constructor & Destructor Documentation

◆ PrecomputedMul2TableC()

template<typename C>
Botan::PCurve::PrimeOrderCurveImpl< C >::PrecomputedMul2TableC::PrecomputedMul2TableC ( const typename C::AffinePoint & x,
const typename C::AffinePoint & y )
inlineexplicit

Definition at line 61 of file pcurves_wrap.h.

61 :
62 m_table(x, y) {}

Member Function Documentation

◆ table()

template<typename C>
const auto & Botan::PCurve::PrimeOrderCurveImpl< C >::PrecomputedMul2TableC::table ( ) const
inline

The documentation for this class was generated from the following file: