nil::crypto3::vdf::binary_quadratic_form< NumberType > Struct Template Reference

Defines y = ax^2 + bxy + y^2. More...

#include <chia_policy.hpp>

+ Collaboration diagram for nil::crypto3::vdf::binary_quadratic_form< NumberType >:

Public Types

typedef NumberType number_type
 

Public Attributes

number_type a
 
number_type b
 
number_type c
 
number_type d
 

Detailed Description

template<typename NumberType>
struct nil::crypto3::vdf::binary_quadratic_form< NumberType >

Defines y = ax^2 + bxy + y^2.

Template Parameters
NumberType

Member Typedef Documentation

◆ number_type

template<typename NumberType >
typedef NumberType nil::crypto3::vdf::binary_quadratic_form< NumberType >::number_type

Member Data Documentation

◆ a

template<typename NumberType >
number_type nil::crypto3::vdf::binary_quadratic_form< NumberType >::a

◆ b

template<typename NumberType >
number_type nil::crypto3::vdf::binary_quadratic_form< NumberType >::b

◆ c

template<typename NumberType >
number_type nil::crypto3::vdf::binary_quadratic_form< NumberType >::c

◆ d

template<typename NumberType >
number_type nil::crypto3::vdf::binary_quadratic_form< NumberType >::d

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