Edit

kc3-lang/libtommath/demo

Branch :

  • Show log

    Commit

  • Author : Daniel Mendler
    Date : 2019-05-17 20:53:24
    Hash : 0b840b78
    Message : make mp_word private mp_word is an internal type and it is problematic if it is exposed in the public api. See for example #216 - MSVC does not support 128 bit mp_words. But it is perfectly ok to use those internally in the library, as long as the library is compiled with GCC.