CVS: crypto ChangeLog,1.30,1.31 setup.py,1.26,1.27

"A.M. Kuchling" <[email protected]> Fri, 19 Dec 2003 06:24:27 -0800
Newsgroups gmane.comp.python.cryptography.cvs
Message-ID <[email protected]>
Update of /cvsroot/pycrypto/crypto
In directory sc8-pr-cvs1:/tmp/cvs-serv19600

Modified Files:
	ChangeLog setup.py 
Log Message:
Add Crypto.Hash.SHA256 module

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pycrypto/crypto/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	23 May 2003 12:31:33 -0000	1.30
+++ ChangeLog	19 Dec 2003 14:24:25 -0000	1.31
@@ -1,4 +1,14 @@
 
+1.9alpha7
+=========
+
+	* Added SHA256 module contributed by Jeethu Rao, with test data
+	  from Taylor Boon.
+
+	* Fixed AES.c compilation problems with Borland C.  
+	  (Contributed by Jeethu Rao.)
+	
+	
 1.9alpha6
 =========
 

Index: setup.py
===================================================================
RCS file: /cvsroot/pycrypto/crypto/setup.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- setup.py	7 Apr 2003 16:09:41 -0000	1.26
+++ setup.py	19 Dec 2003 14:24:25 -0000	1.27
@@ -71,6 +71,9 @@
                       include_dirs=['src/'],
                       sources=["src/RIPEMD.c"],
                       libraries=HTONS_LIBS),
+            Extension("Crypto.Hash.SHA256",
+                      include_dirs=['src/'],
+                      sources=["src/SHA256.c"]),
 
             # Block encryption algorithms
             Extension("Crypto.Cipher.AES",



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click