comparison lisp/net/hmac-md5.el @ 93975:1e3a407766b9

Fix up comment convention on the arch-tag lines.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 10 Apr 2008 14:10:46 +0000
parents b9e8ab94c460
children 91e5880a36c1
comparison
equal deleted inserted replaced
93974:5e06fc9ed146 93975:1e3a407766b9
79 (define-hmac-function hmac-md5 md5-binary 64 16) ; => (hmac-md5 TEXT KEY) 79 (define-hmac-function hmac-md5 md5-binary 64 16) ; => (hmac-md5 TEXT KEY)
80 (define-hmac-function hmac-md5-96 md5-binary 64 16 96) 80 (define-hmac-function hmac-md5-96 md5-binary 64 16 96)
81 81
82 (provide 'hmac-md5) 82 (provide 'hmac-md5)
83 83
84 ;;; arch-tag: 0ab3f4f6-3d4b-4167-a9fa-635b7fed7f27 84 ;; arch-tag: 0ab3f4f6-3d4b-4167-a9fa-635b7fed7f27
85 ;;; hmac-md5.el ends here 85 ;;; hmac-md5.el ends here