Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 183 → Rev 693

/relevation/ext/cryptopy-1.2.5.patched/fmath/prime_test.py
3,7 → 3,7
 
Test for prime number routines
 
Copyright © (c) 2002 by Paul A. Lambert
Copyright (c) 2002 by Paul A. Lambert
Read LICENSE.txt for license information.
"""
import unittest
/relevation/ext/cryptopy-1.2.5.patched/fmath/prime.py
2,7 → 2,7
 
Start of prime number routines. Rabin-miller test works, more to come later.
 
Copyright © (c) 2002 by Paul A. Lambert
Copyright (c) 2002 by Paul A. Lambert
Read LICENSE.txt for license information.
"""
 
/relevation/ext/cryptopy-1.2.5.patched/fmath/__init__.py
1,5 → 1,5
""" fmath module
 
Copyright © (c) 2002 by Paul A. Lambert
Copyright (c) 2002 by Paul A. Lambert
Read LICENSE.txt for license information.
"""
/relevation/ext/cryptopy-1.2.5.patched/fmath/primes_to_5k.py
3,7 → 3,7
All of the prime numbers below 5000
 
 
Copyright © (c) 2002 by Paul A. Lambert
Copyright (c) 2002 by Paul A. Lambert
Read LICENSE.txt for license information.
"""
primes_to_5k = [ 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43,