Some of you might know about my branch no-stdint-h that avoids ulitising stdint.h which is not available on some compilers.
In v1.1.0 it was as simple as this: 602e36e
However, since commit 3289c959 especially with macro-magic introduced in bn_conversion.c it is not possible anymore to maintain no-stdint-h branch.
I do not agree with changes introduced by #285 What exactly was the trouble this PR fixes?