###############################################################################
# This file is part of the Incubed project.
# Sources: https://github.com/blockchainsllc/in3
# 
# Copyright (C) 2018-2020 slock.it GmbH, Blockchains LLC
# 
# 
# COMMERCIAL LICENSE USAGE
# 
# Licensees holding a valid commercial license may use this file in accordance 
# with the commercial license agreement provided with the Software or, alternatively, 
# in accordance with the terms contained in a written agreement between you and 
# slock.it GmbH/Blockchains LLC. For licensing terms and conditions or further 
# information please contact slock.it at in3@slock.it.
# 	
# Alternatively, this file may be used under the AGPL license as follows:
#    
# AGPL LICENSE USAGE
# 
# This program is free software: you can redistribute it and/or modify it under the
# terms of the GNU Affero General Public License as published by the Free Software 
# Foundation, either version 3 of the License, or (at your option) any later version.
#  
# This program is distributed in the hope that it will be useful, but WITHOUT ANY 
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
# PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
# [Permissions of this strong copyleft license are conditioned on making available 
# complete source code of licensed works and modifications, which include larger 
# works using a licensed work, under the same license. Copyright and license notices 
# must be preserved. Contributors provide an express grant of patent rights.]
# You should have received a copy of the GNU Affero General Public License along 
# with this program. If not, see <https://www.gnu.org/licenses/>.
###############################################################################

IF (FAST_MATH)
    set(SRC
        #  bn_error.c
        bn_fast_mp_invmod.c
        bn_fast_mp_montgomery_reduce.c
        bn_fast_s_mp_mul_digs.c
        bn_fast_s_mp_mul_high_digs.c
        bn_fast_s_mp_sqr.c
        bn_fast_s_mp_sqr.c
        bn_mp_2expt.c
        bn_mp_abs.c
        bn_mp_add.c
        #  bn_mp_add_d.c
        bn_mp_addmod.c
        #  bn_mp_and.c
        bn_mp_balance_mul.c
        bn_mp_clamp.c
        bn_mp_clear.c
        bn_mp_clear_multi.c
        bn_mp_cmp.c
        bn_mp_cmp_d.c
        bn_mp_cmp_mag.c
        #  bn_mp_cnt_lsb.c
        #  bn_mp_complement.c
        bn_mp_copy.c
        bn_mp_count_bits.c
        #  bn_mp_decr.c
        bn_mp_div.c
        bn_mp_div_2.c
        bn_mp_div_2d.c
        bn_mp_div_3.c
        #  bn_mp_div_d.c
        bn_mp_dr_is_modulus.c
        bn_mp_dr_reduce.c
        bn_mp_dr_setup.c
        bn_mp_exch.c
        bn_mp_export.c
        #  bn_mp_expt_d.c
        #  bn_mp_expt_d_ex.c
        bn_mp_exptmod.c
        bn_mp_exptmod_fast.c
        #  bn_mp_exteuclid.c
        #  bn_mp_fread.c
        #  bn_mp_fwrite.c
        #  bn_mp_gcd.c
        #  bn_mp_get_bit.c
        #  bn_mp_get_double.c
        #  bn_mp_get_int.c
        #  bn_mp_get_long.c
        #  bn_mp_get_long_long.c
        bn_mp_grow.c
        #  bn_mp_ilogb.c
        bn_mp_import.c
        #  bn_mp_incr.c
        bn_mp_init.c
        bn_mp_init_copy.c
        bn_mp_init_multi.c
        #  bn_mp_init_set.c
        #  bn_mp_init_set_int.c
        bn_mp_init_size.c
        bn_mp_invmod.c
        bn_mp_invmod_slow.c
        #  bn_mp_is_square.c
        bn_mp_iseven.c
        #  bn_mp_isodd.c
        #  bn_mp_jacobi.c
        bn_mp_karatsuba_mul.c
        bn_mp_karatsuba_sqr.c
        #  bn_mp_kronecker.c
        #  bn_mp_lcm.c
        bn_mp_lshd.c
        bn_mp_mod.c
        bn_mp_mod_2d.c
        #  bn_mp_mod_d.c
        bn_mp_montgomery_calc_normalization.c
        bn_mp_montgomery_reduce.c
        bn_mp_montgomery_setup.c
        bn_mp_mul.c
        bn_mp_mul_2.c
        bn_mp_mul_2d.c
        bn_mp_mul_d.c
        bn_mp_mulmod.c
        #  bn_mp_n_root.c
        #  bn_mp_n_root_ex.c
        bn_mp_neg.c
        #  bn_mp_or.c
        #  bn_mp_prime_fermat.c
        #  bn_mp_prime_frobenius_underwood.c
        #  bn_mp_prime_is_divisible.c
        #  bn_mp_prime_is_prime.c
        #  bn_mp_prime_miller_rabin.c
        #  bn_mp_prime_next_prime.c
        #  bn_mp_prime_rabin_miller_trials.c
        #  bn_mp_prime_random_ex.c
        #  bn_mp_prime_strong_lucas_selfridge.c
        #  bn_mp_radix_size.c
        #  bn_mp_radix_smap.c
        #  bn_mp_rand.c
        #  bn_mp_read_radix.c
        #  bn_mp_read_signed_bin.c
        bn_mp_read_unsigned_bin.c
        bn_mp_reduce.c
        bn_mp_reduce_2k.c
        bn_mp_reduce_2k_l.c
        bn_mp_reduce_2k_setup.c
        bn_mp_reduce_2k_setup_l.c
        bn_mp_reduce_is_2k.c
        bn_mp_reduce_is_2k_l.c
        bn_mp_reduce_setup.c
        bn_mp_rshd.c
        bn_mp_set.c
        #  bn_mp_set_double.c
        #  bn_mp_set_int.c
        #  bn_mp_set_long.c
        #  bn_mp_set_long_long.c
        #  bn_mp_shrink.c
        #  bn_mp_signed_bin_size.c
        bn_mp_sqr.c
        bn_mp_sqrmod.c
        #  bn_mp_sqrt.c
        #  bn_mp_sqrtmod_prime.c
        bn_mp_sub.c
        #  bn_mp_sub_d.c
        bn_mp_submod.c
        #  bn_mp_tc_and.c
        #  bn_mp_tc_div_2d.c
        #  bn_mp_tc_or.c
        #  bn_mp_tc_xor.c
        #  bn_mp_to_signed_bin.c
        #  bn_mp_to_signed_bin_n.c
        bn_mp_to_unsigned_bin.c
        #  bn_mp_to_unsigned_bin_n.c
        #  bn_mp_toom_mul.c
        #  bn_mp_toom_sqr.c
        #  bn_mp_toradix.c
        #  bn_mp_toradix_n.c
        bn_mp_unsigned_bin_size.c
        #  bn_mp_xor.c
        bn_mp_zero.c
        #  bn_prime_tab.c
        bn_reverse.c
        bn_s_mp_add.c
        bn_s_mp_exptmod.c
        bn_s_mp_mul_digs.c
        bn_s_mp_mul_high_digs.c
        bn_s_mp_sqr.c
        bn_s_mp_sub.c
        bncore.c
        tommath.h
        tommath_class.h
        tommath_private.h
        tommath_superclass.h)
ELSE (FAST_MATH)
    set(SRC
        bn_fast_mp_montgomery_reduce.c
        bn_fast_s_mp_mul_digs.c
        bn_fast_s_mp_mul_high_digs.c
        bn_fast_s_mp_sqr.c
        bn_fast_s_mp_sqr.c
        bn_mp_2expt.c
        bn_mp_abs.c
        bn_mp_add.c
        bn_mp_addmod.c
        bn_mp_balance_mul.c
        bn_mp_clamp.c
        bn_mp_clear.c
        bn_mp_clear_multi.c
        bn_mp_cmp.c
        bn_mp_cmp_d.c
        bn_mp_cmp_mag.c
        bn_mp_copy.c
        bn_mp_count_bits.c
        bn_mp_div.c
        bn_mp_div_2.c
        bn_mp_div_2d.c
        bn_mp_exch.c
        bn_mp_export.c
        bn_mp_exptmod.c
        bn_mp_grow.c
        bn_mp_import.c
        bn_mp_init.c
        bn_mp_init_copy.c
        bn_mp_init_multi.c
        bn_mp_init_size.c
        bn_mp_invmod.c
        bn_mp_invmod_slow.c
        bn_mp_iseven.c
        bn_mp_lshd.c
        bn_mp_mod.c
        bn_mp_mod_2d.c
        bn_mp_montgomery_calc_normalization.c
        bn_mp_montgomery_setup.c
        bn_mp_mul.c
        bn_mp_mul_2.c
        bn_mp_mul_2d.c
        bn_mp_mul_d.c
        bn_mp_mulmod.c
        bn_mp_neg.c
        bn_mp_read_unsigned_bin.c
        bn_mp_reduce.c
        bn_mp_reduce_2k_l.c
        bn_mp_reduce_2k_setup_l.c
        bn_mp_reduce_is_2k_l.c
        bn_mp_reduce_setup.c
        bn_mp_rshd.c
        bn_mp_set.c
        bn_mp_sqr.c
        bn_mp_sqrmod.c
        bn_mp_sub.c
        bn_mp_submod.c
        bn_mp_to_unsigned_bin.c
        bn_mp_unsigned_bin_size.c
        bn_mp_zero.c
        bn_reverse.c
        bn_s_mp_add.c
        bn_s_mp_exptmod.c
        bn_s_mp_mul_digs.c
        bn_s_mp_sub.c
        bncore.c
        tommath.h
        tommath_class.h
        tommath_private.h
        tommath_superclass.h)
ENDIF (FAST_MATH)

if (IN3API) 
  ADD_DEFINITIONS(-DBN_MP_READ_RADIX_C -DBN_MP_RADIX_SMAP_C)
  set(SRC ${SRC} bn_mp_read_radix.c bn_mp_add_d.c bn_mp_sub_d.c bn_mp_radix_smap.c )
endif()

add_static_library(
  NAME     tommath 
  
  SOURCES 
    ${SRC}
)


