Ask Your Question
0

Warning message when with notebook()

asked 2015-02-04 18:49:48 +0200

trackstar2000 gravatar image

updated 2015-02-04 18:50:33 +0200

After running notebook(), the following warning. I read a few posts online regarding this with past version. Any insights on this version?

/usr/local/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)

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2015-02-04 18:57:06 +0200

kcrisman gravatar image

This is not a problem, it's because we use something called MPIR instead of GMP with equivalent functionality. Eventually hopefully we'll be able to remove that message.

edit flag offensive delete link more
0

answered 2015-02-04 19:31:12 +0200

trackstar2000 gravatar image

Thanks so much. Very nice to hear!

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2015-02-04 18:49:48 +0200

Seen: 613 times

Last updated: Feb 04 '15