*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 19 Oct 1999 23:25:52 +0200
changeset 4926 e2d512bc58d2
parent 4925 e6373ec0ff8a
child 4927 9d67bf3f4009
*** empty log message ***
SHA1Stream.st
--- a/SHA1Stream.st	Tue Oct 19 22:15:35 1999 +0200
+++ b/SHA1Stream.st	Tue Oct 19 23:25:52 1999 +0200
@@ -318,7 +318,8 @@
     This may be used as checksum
     or for generating cryptographic signatures.
 
-    performance: roughly 9580KbKb/s on a 400Mhz PIII
+    performance: roughly 9580 Kb/s on a 400Mhz PIII
+                         3970 Kb/s on a 300Mhz Sparc
 
     [author:]
         Stefan Vogel
@@ -593,6 +594,6 @@
 !SHA1Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.5 1999-10-18 23:00:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.6 1999-10-19 21:25:52 cg Exp $'
 ! !
 SHA1Stream initialize!