math/include/nil/crypto3/math/type_traits.hpp File Reference
+ Include dependency graph for math/include/nil/crypto3/math/type_traits.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::math
 
 nil::crypto3::math::detail
 

Functions

template<typename FieldType >
bool nil::crypto3::math::detail::is_arithmetic_sequence_domain (std::size_t m)
 
template<typename FieldType >
bool nil::crypto3::math::detail::is_basic_radix2_domain (std::size_t m)
 
template<typename FieldType >
bool nil::crypto3::math::detail::is_extended_radix2_domain (std::size_t m)
 
template<typename FieldType >
bool nil::crypto3::math::detail::is_geometric_sequence_domain (std::size_t m)
 
template<typename FieldType >
bool nil::crypto3::math::detail::is_step_radix2_domain (std::size_t m)