#include <bigfield.hpp>
|
| template<typename bigfield > |
| static void | unsafe_assert_less_than (const bigfield &input, const uint256_t &upper_limit) |
| |
| template<typename bigfield > |
| static void | unsafe_evaluate_multiply_add (const bigfield &input_left, const bigfield &input_to_mul, const std::vector< bigfield > &to_add, const bigfield &input_quotient, const std::vector< bigfield > &input_remainders) |
| |
| template<typename bigfield > |
| static void | unsafe_evaluate_multiple_multiply_add (const std::vector< bigfield > &input_left, const std::vector< bigfield > &input_right, const std::vector< bigfield > &to_add, const bigfield &input_quotient, const std::vector< bigfield > &input_remainders) |
| |
| template<typename bigfield > |
| static void | set_limb_element (bigfield &bf, size_t i, const typename bigfield::field_ct &v) |
| |
| template<typename bigfield > |
| static void | set_prime_basis_limb (bigfield &bf, const typename bigfield::field_ct &v) |
| |
| template<typename bigfield > |
| static void | fix_witness_in_place (const bigfield &bf) |
| |
Definition at line 1201 of file bigfield.hpp.
◆ fix_witness_in_place()
| static void bb::stdlib::bigfield_test_access::fix_witness_in_place |
( |
const bigfield & |
bf | ) |
|
|
inlinestatic |
◆ set_limb_element()
◆ set_prime_basis_limb()
◆ unsafe_assert_less_than()
| static void bb::stdlib::bigfield_test_access::unsafe_assert_less_than |
( |
const bigfield & |
input, |
|
|
const uint256_t & |
upper_limit |
|
) |
| |
|
inlinestatic |
◆ unsafe_evaluate_multiple_multiply_add()
| static void bb::stdlib::bigfield_test_access::unsafe_evaluate_multiple_multiply_add |
( |
const std::vector< bigfield > & |
input_left, |
|
|
const std::vector< bigfield > & |
input_right, |
|
|
const std::vector< bigfield > & |
to_add, |
|
|
const bigfield & |
input_quotient, |
|
|
const std::vector< bigfield > & |
input_remainders |
|
) |
| |
|
inlinestatic |
◆ unsafe_evaluate_multiply_add()
| static void bb::stdlib::bigfield_test_access::unsafe_evaluate_multiply_add |
( |
const bigfield & |
input_left, |
|
|
const bigfield & |
input_to_mul, |
|
|
const std::vector< bigfield > & |
to_add, |
|
|
const bigfield & |
input_quotient, |
|
|
const std::vector< bigfield > & |
input_remainders |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: