X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fhmac-def.el;h=5c8710afdbffd43b238f23b057af990e07081b7b;hb=b45aca7c770b410e86cdd2840abd31bdb56620a4;hp=40169795ae3ed318b18af47d341b67d304ca4774;hpb=8b5af94e55ef83ee46b42d32d92fa1ce95dcacf5;p=gnus diff --git a/lisp/hmac-def.el b/lisp/hmac-def.el index 40169795a..5c8710afd 100644 --- a/lisp/hmac-def.el +++ b/lisp/hmac-def.el @@ -1,9 +1,9 @@ ;;; hmac-def.el --- A macro for defining HMAC functions. -;; Copyright (C) 1999, 2001, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2001, 2007-2011 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI -;; Keywords: HMAC, RFC 2104 +;; Keywords: HMAC, RFC2104 ;; This file is part of GNU Emacs. @@ -22,7 +22,7 @@ ;;; Commentary: -;; This program is implemented from RFC 2104, +;; This program is implemented from RFC2104, ;; "HMAC: Keyed-Hashing for Message Authentication". ;;; Code: @@ -80,5 +80,4 @@ If BIT is non-nil, truncate output to specified bits." (provide 'hmac-def) -;; arch-tag: 645adcef-b835-4900-a10a-11f636c982b9 ;;; hmac-def.el ends here