index
:
delta/python-packages/pycrypto.git
2.6-winbuild2-wip
2.6.x
2.6.x-ci-appveyor-wip
2.6.x-ci-wip
bugfixes-wip
gh-pages
hash-speedup-wip
junk/master
junk/sphinx
master
pyca
select-modes
stage
win-build-wip
winbuild2-wip
www.pycrypto.org
github.com: dlitz/pycrypto.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
_fastmath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Py3k cleanup: Module initialization
Dwayne Litzenberger
2013-07-14
1
-14
/
+29
*
Py3k cleanup: Remove PyModule_GetDict
Dwayne Litzenberger
2013-07-14
1
-10
/
+8
*
Py3k cleanup: Always use tp_getattro
Dwayne Litzenberger
2013-07-14
1
-88
/
+27
*
Py3k cleanup: PyMODINIT_FUNC
Dwayne Litzenberger
2013-07-14
1
-2
/
+1
*
Py3k cleanup: OB_SIZE
Dwayne Litzenberger
2013-07-14
1
-18
/
+10
*
Py3k cleanup: PyVarObject_HEAD_INIT
Dwayne Litzenberger
2013-07-14
1
-10
/
+0
*
Py3k cleanup: PyType_Ready
Dwayne Litzenberger
2013-07-14
1
-3
/
+4
*
Py3k cleanup: Define PyLong_SHIFT and PyLong_MASK in Python 2.5 and below
Dwayne Litzenberger
2013-07-14
1
-13
/
+0
*
Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefs
Dwayne Litzenberger
2013-04-21
1
-10
/
+2
*
Fix compiler warning about "_POSIX_C_SOURCE" being redefined in string.h
Dwayne Litzenberger
2013-02-17
1
-1
/
+1
*
Fix leaks in _fastmath
Sebastian Ramacher
2013-02-16
1
-2
/
+3
*
setup.py: Add more compiler warnings and fix unsigned-signed comparisons
Dwayne C. Litzenberger
2012-07-03
1
-2
/
+2
*
_fastmath: Replace 'long int' with 'long' to avoid confusion
Dwayne C. Litzenberger
2012-07-03
1
-12
/
+12
*
_fastmath: Use default false_positive_prob is one is not specified
Dwayne C. Litzenberger
2012-07-03
1
-1
/
+1
*
Fix typo in comment
Dwayne C. Litzenberger
2012-07-03
1
-1
/
+1
*
_fastmath: Propagate errors raised in rabinMillerTest
Dwayne C. Litzenberger
2012-07-03
1
-3
/
+6
*
Store result of rabinMillerTest in an int.
Sebastian Ramacher
2012-07-03
1
-2
/
+2
*
_fastmath: Convert negative numbers properly
Dwayne C. Litzenberger
2012-04-25
1
-7
/
+18
*
some comments
Dwayne C. Litzenberger
2012-04-25
1
-1
/
+2
*
_fastmath: missing Py_BLOCK_THREADS on isPrime(1)
Dwayne C. Litzenberger
2012-04-25
1
-2
/
+5
*
Fix segfault if Crypto.Random.new is missing for some reason.
Dwayne C. Litzenberger
2012-02-18
1
-0
/
+5
*
Fix typo
Dwayne C. Litzenberger
2012-02-18
1
-1
/
+1
*
Fix segfaults & reference leaks in error-handling
Dwayne C. Litzenberger
2012-02-18
1
-10
/
+58
*
Merged from upstream (py3k support) and modified so that all unit tests pass.
Legrandin
2011-10-18
1
-65
/
+258
|
\
|
*
Fix libgmp/libmpir autodetection
Dwayne C. Litzenberger
2011-10-10
1
-2
/
+8
|
*
Merge branch 'master' into py3k
Dwayne C. Litzenberger
2011-10-10
1
-9
/
+23
|
|
\
|
|
*
autoconf: only use side-channel secured mpz_powm_sec if it's available (libgm...
Dwayne C. Litzenberger
2011-10-10
1
-9
/
+23
|
*
|
Merge from dlitz/master
Anders Sundman
2011-05-19
1
-9
/
+9
|
|
\
\
|
|
|
/
|
*
|
Add Ron Rivet Test
Thorsten Behrens
2010-12-30
1
-0
/
+0
|
*
|
PY3K _fastmath support
Thorsten Behrens
2010-12-29
1
-1
/
+0
|
*
|
PY3K support for _fastmath.c; removed floordiv(a,b) hack and replaced with di...
Thorsten Behrens
2010-12-29
1
-7
/
+8
|
*
|
Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7
Thorsten Behrens
2010-12-28
1
-53
/
+228
|
*
|
Change _fastmath.c to compile with VC++, add support for mpir as alternative ...
Thorsten Behrens
2010-12-23
1
-2
/
+9
*
|
|
Fastmath can still be compiled with LIBGMP<=4.x
Legrandin
2011-09-20
1
-9
/
+18
*
|
|
Merged with upstream.
Legrandin
2011-09-20
1
-9
/
+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Replace calls to mpz_powm with mpz_powm_sec. This should help avoid some tim...
Dwayne C. Litzenberger
2011-02-21
1
-9
/
+9
|
|
/
*
|
Factorization of n from d stops after 100 attempts, with test cases.
Legrandin
2011-02-06
1
-4
/
+13
*
|
Keep p<q check while generating an RSA key, but tell people why really we do ...
Legrandin
2011-01-19
1
-3
/
+0
*
|
Allow RSA to be generated with an arbitary public exponent e.
Legrandin
2011-01-18
1
-5
/
+62
*
|
Fix comments in rsaDecrypt(), to match what the code really does.
Legrandin
2011-01-16
1
-2
/
+2
|
/
*
getRandomNumber API compatibility:
Dwayne C. Litzenberger
2010-08-02
1
-6
/
+6
*
Fix potential uninitialized use of randfunc pointer
Dwayne C. Litzenberger
2010-06-10
1
-1
/
+1
*
Fix compiler warnings & clean up the code a bit.
Dwayne C. Litzenberger
2010-06-10
1
-6
/
+10
*
getStrongPrime() implementation
Lorenz Quack
2010-06-10
1
-10
/
+1582
*
Apply patch to release the GIL inside isPrime()
Lorenz Quack
2009-10-08
1
-0
/
+2
*
_fastmath.c: Replace the legal notice
Dwayne C. Litzenberger
2009-08-03
1
-3
/
+19
*
Crypto.PublicKey: Raise ValueError/TypeError/RuntimeError instead of the vari...
Dwayne C. Litzenberger
2009-04-25
1
-9
/
+9
*
Reduce symbol table pollution by declaring most things "static".
Dwayne C. Litzenberger
2009-03-04
1
-20
/
+20
*
_fastmath:longObjToMPZ: Set variable to zero at start
Dwayne C. Litzenberger
2008-10-16
1
-0
/
+1
*
Clean up RCS keywords ($Id ... $ -> $Id$).
Dwayne C. Litzenberger
2008-08-08
1
-1
/
+1
[next]