Modify comments.
authorshuhei <shuhei>
Mon, 26 Feb 2001 10:23:10 +0000 (10:23 +0000)
committershuhei <shuhei>
Mon, 26 Feb 2001 10:23:10 +0000 (10:23 +0000)
mail/hmac-md5.el

index a36736c..a26189e 100644 (file)
@@ -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"