-
Hello
moarvm fails to compile with the next libtommath release (1.1.0-rc1):
```
gcc -c -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG -g3 -D_REENTRANT -D_FILE_OFFSET_BITS…
-
![](https://i.imgur.com/WLB7EnG.png)
I think this is a false positive but by restructuring the conditions we could avoid it. Still it would make sense to set up travis ci coverity.
minad updated
5 years ago
-
I believe we want the compiler to use existing code written in other languages (C, maybe rust), the main use cases I can think of being
* a mature bigint library like libtommath
* maybe a more adv…
-
allmost all targets for tests in some makefiles are missing --tag=CC
e.g:
$ make -f makefile.shared test
libtool --mode=link cc -o test demo/demo.o libtommath.la
libtool: link: unable to in…
-
```
See http://www.johndcook.com/blog/2013/01/17/narcissus-prime-in-python/ . The code isprime(int("1808010808"*1560 + "1")) should return within a couple of minutes.
```
Original issue for #6908: ht…
-
in order to build libtomcrypt on win10-64bit + mingw-gcc there is a need
to build libtommath before.
the command: mingw32-make -f makefile.mingw inside C:\libtomcrypt-develop can not work.
the s…
-
_Note: This issue was originally titled ‘Grains collection glacially slow on FreeBSD 10.1 machine with multiple SSDs’. It has been renamed to better match the problem determined by the course of inves…
-
**Describe the bug**
We deploy our OpenShift 3.9 cluster using Azure CLI with ARM. Since Feb 28 the deployment is failing.
**To Reproduce**
Deploy cluster with following command:
az group deploy…
geda2 updated
5 years ago
-
Hi,
it gives a warning when the app is built.
**fputc(buf[x]**
Logic error
1st function call argument is an uninitialized value
```
#ifdef BN_MP_FWRITE_C
int mp_fwrite(mp_int *a, int…
-
https://github.com/libtom/libtommath/blob/develop/tommath.h#L113
On non-BSD platforms MP_GEN_RANDOM() calls rand(). It's used by mp_rand() which is in turn used by RSA blinding. Is that secure?
I…