SHA1Stream.st
changeset 4926 e2d512bc58d2
parent 4916 df965a3448b9
child 5056 161b8aaf00eb
--- 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!