SHA1Stream.st
branchjv
changeset 18084 ab5b38bd8f81
parent 18045 c0c600e0d3b3
parent 15623 1c229b466d52
child 18117 eb433f2c42b2
--- a/SHA1Stream.st	Mon Aug 19 23:30:27 2013 +0100
+++ b/SHA1Stream.st	Tue Aug 20 00:07:19 2013 +0100
@@ -426,9 +426,9 @@
 
 !SHA1Stream class methodsFor:'queries'!
 
-blockSize
+hashBlockSize
     "return the block size used internally by the compression function"
-
+    
     ^ 64
 
     "Created: / 18.3.1999 / 08:37:10 / stefan"
@@ -582,11 +582,11 @@
 !SHA1Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.38 2013-04-03 10:32:28 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.39 2013-08-11 22:25:41 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.38 2013-04-03 10:32:28 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.39 2013-08-11 22:25:41 stefan Exp $'
 ! !