SHA1Stream.st
changeset 13934 4a07dd192fcf
parent 13933 b2c5cb0eebbd
child 13935 0d7929973c93
equal deleted inserted replaced
13933:b2c5cb0eebbd 13934:4a07dd192fcf
   318 
   318 
   319     [author:]
   319     [author:]
   320         Stefan Vogel
   320         Stefan Vogel
   321 
   321 
   322     [see also:]
   322     [see also:]
   323         MD5Stream
   323         MD5Stream SHA256Stream SHA512Stream
   324 
   324 
   325     [class variables:]
   325     [class variables:]
   326         HashSize        size of returned hash value
   326         HashSize        size of returned hash value
   327         ContextSize     (implementation) size of hash context
   327         ContextSize     (implementation) size of hash context
   328 
   328 
   578 ! !
   578 ! !
   579 
   579 
   580 !SHA1Stream class methodsFor:'documentation'!
   580 !SHA1Stream class methodsFor:'documentation'!
   581 
   581 
   582 version
   582 version
   583     ^ '$Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.26 2012-01-12 16:36:31 cg Exp $'
   583     ^ '$Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.27 2012-01-12 16:36:53 cg Exp $'
   584 !
   584 !
   585 
   585 
   586 version_CVS
   586 version_CVS
   587     ^ '$Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.26 2012-01-12 16:36:31 cg Exp $'
   587     ^ '$Header: /cvs/stx/stx/libbasic/SHA1Stream.st,v 1.27 2012-01-12 16:36:53 cg Exp $'
   588 ! !
   588 ! !
   589 
   589 
   590 SHA1Stream initialize!
   590 SHA1Stream initialize!