Commit 0b840b78a30bf928cc7425d5c78c4976fdd17849

Daniel Mendler 2019-05-17T20:53:24

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.