#hmac moved to libcrypr
authorStefan Vogel <sv@exept.de>
Wed, 31 Oct 2012 16:57:49 +0100
changeset 14453 b915ce362670
parent 14452 ef3591302afa
child 14454 9b4a3a45dbd1
#hmac moved to libcrypr
HashStream.st
--- a/HashStream.st	Wed Oct 31 14:41:14 2012 +0100
+++ b/HashStream.st	Wed Oct 31 16:57:49 2012 +0100
@@ -257,18 +257,6 @@
     "
 !
 
-hmac
-    "answer a hmac stream with myself"
-
-    ^ HmacStream on:self
-
-    "
-     (SHA1Stream new hmac key:'exampleKey') digestMessage:'message to generate MAC of'
-    "
-
-    "Modified (comment): / 09-01-2012 / 13:51:01 / cg"
-!
-
 reset
     "initialize to a clean state"
 
@@ -401,9 +389,9 @@
 !HashStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.25 2012-01-23 09:01:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.26 2012-10-31 15:57:49 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.25 2012-01-23 09:01:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.26 2012-10-31 15:57:49 stefan Exp $'
 ! !