From: shuhei Date: Mon, 26 Feb 2001 10:23:10 +0000 (+0000) Subject: Modify comments. X-Git-Tag: semi21-shuhei-2001-02-26~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=92cb8b276a8a77daf50b0b2059cb27a1eed0eb52;p=elisp%2Flemi.git Modify comments. --- diff --git a/mail/hmac-md5.el b/mail/hmac-md5.el index a36736c..a26189e 100644 --- a/mail/hmac-md5.el +++ b/mail/hmac-md5.el @@ -44,6 +44,7 @@ ;; (encode-hex-string ;; (hmac-md5 "Test With Truncation" (make-string 16 ?\x0c))) ;; => "56461ef2342edc00f9bab995690efd4c" +;; ;; (encode-hex-string ;; (hmac-md5-96 "Test With Truncation" (make-string 16 ?\x0c))) ;; => "56461ef2342edc00f9bab995"