|
using | Field = typename Logic::Field |
using | BitW = typename Logic::BitW |
using | EltW = typename Logic::EltW |
using | Elt = typename Field::Elt |
using | BV = typename Logic::template bitvec<N> |
|
| BitAdderAux (const Logic &l) |
EltW | as_field_element (const BV &v) const |
EltW | add (const EltW *a, const EltW &b) const |
EltW | add (const BV &a, const BV &b) const |
EltW | add (const std::vector< BV > &a) const |
void | assert_eqmod (const BV &a, const EltW &b, size_t k) const |
The documentation for this class was generated from the following file: