Botan 3.5.0
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 WindowedMul2Table< C, WindowBits > & table () const
 

Static Public Attributes

static constexpr size_t WindowBits = 4
 

Detailed Description

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

Definition at line 18 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 24 of file pcurves_wrap.h.

24 :
25 m_table(x, y) {}

Member Function Documentation

◆ table()

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

Member Data Documentation

◆ WindowBits

template<typename C >
size_t Botan::PCurve::PrimeOrderCurveImpl< C >::PrecomputedMul2TableC::WindowBits = 4
staticconstexpr

Definition at line 20 of file pcurves_wrap.h.


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