[Python-checkins] python/nondist/peps pep-0272.txt,1.6,1.7

akuchling@sourceforge.net akuchling@sourceforge.net
Wed, 17 Apr 2002 15:27:24 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv1737

Modified Files:
	pep-0272.txt 
Log Message:
Add acks, and use correct number for NIST document

Index: pep-0272.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0272.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pep-0272.txt	16 Apr 2002 21:24:19 -0000	1.6
--- pep-0272.txt	17 Apr 2002 22:27:21 -0000	1.7
***************
*** 36,40 ****
  
      These modes are to be implemented as described in NIST publication
!     SP-800A [1].  Descriptions of the first three feedback modes can
      also be found in Bruce Schneier's book _Applied
      Cryptography_ [2]. 
--- 36,40 ----
  
      These modes are to be implemented as described in NIST publication
!     SP 800-38A [1].  Descriptions of the first three feedback modes can
      also be found in Bruce Schneier's book _Applied
      Cryptography_ [2]. 
***************
*** 196,199 ****
--- 196,213 ----
      [3] RFC2440: "OpenPGP Message Format" (http://rfc2440.x42.com,
      http://www.faqs.org/rfcs/rfc2440.html)
+ 
+ 
+ Changes
+ 
+     2002-04: Remove references to stream ciphers; retitled PEP;
+     prefixed feedback mode constants with MODE_; removed PGP feedback
+     mode; added CTR and OFB feedback modes; clarify where numbers 
+     are measured in bytes and where in bits.
+ 
+ 
+ Acknowledgements
+ 
+     Thanks to the readers of the python-crypto list for their comments on
+     this PEP.