Ask Your Question

Mike 451's profile - activity

2015-08-01 12:37:06 +0200 received badge  Popular Question (source)
2015-08-01 12:37:06 +0200 received badge  Notable Question (source)
2015-08-01 12:37:06 +0200 received badge  Famous Question (source)
2014-12-10 06:22:45 +0200 commented answer PowmInsecureWarning, how do I rebuild using libgmp >= 5

thanks again

2014-12-09 21:45:38 +0200 asked a question PowmInsecureWarning, how do I rebuild using libgmp >= 5

1st Awesome work !! thank you very much !! Quite a task getting all that external code working together.

Successfully built 6.4.1 on an 8GB iMac with no problems in 3 hour 6 minutes. I forgot to use the multiprocessor setting.

Only issue is when starting notebook() I get this warning: /sage-6.4.1/local/lib/python2.7/site-packages/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability. _warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.", PowmInsecureWarning)

How do I update this.

thanks