comparison lisp/net/hmac-md5.el @ 107358:ffae6d506d37

Fix numeric keywords.
author Juri Linkov <juri@jurta.org>
date Mon, 08 Mar 2010 19:14:53 +0200
parents 1d1d5d9bd884
children bb307bf2e752 376148b31b5e
comparison
equal deleted inserted replaced
107357:0f6a30c8d91a 107358:ffae6d506d37
1 ;;; hmac-md5.el --- Compute HMAC-MD5. 1 ;;; hmac-md5.el --- Compute HMAC-MD5.
2 2
3 ;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3 ;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5 ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> 5 ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
6 ;; Keywords: HMAC, RFC 2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5 6 ;; Keywords: HMAC, RFC-2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;; GNU Emacs is free software: you can redistribute it and/or modify 10 ;; GNU Emacs is free software: you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by