|
| template<> |
| NTL::ZZ & | Caster (NTL::ZZ &x, const Integer &y) |
| | Initialization of field element from an integer.
|
| |
| template<> |
| NTL::ZZ & | Caster (NTL::ZZ &x, const double &y) |
| |
| template<> |
| NTL::ZZ & | Caster (NTL::ZZ &x, const int32_t &y) |
| |
| template<> |
| NTL::ZZ & | Caster (NTL::ZZ &x, const int64_t &y) |
| |
| template<> |
| NTL::ZZ & | Caster (NTL::ZZ &x, const uint32_t &y) |
| |
| template<> |
| NTL::ZZ & | Caster (NTL::ZZ &x, const uint64_t &y) |
| |
| template<> |
| Integer & | Caster (Integer &x, const NTL::ZZ &y) |
| | Conversion of field element to an integer.
|
| |