Subversion Repositories Applications.papyrus

Rev

Rev 1318 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1318 Rev 1422
Line 1... Line -...
1
/*	Return to a port of Paul Johnstone's MD5 implementation
-
 
2
 *	http://pajhome.org.uk/crypt/md5/index.html
-
 
3
 *
1
/*
4
 *	Copyright (C) Paul Johnston 1999 - 2002.
2
	Copyright (c) 2004-2006, The Dojo Foundation
5
 *	Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
-
 
6
 * 	Distributed under the BSD License
3
	All Rights Reserved.
7
 *
4
 
-
 
5
	Licensed under the Academic Free License version 2.1 or above OR the
8
 *	Dojo port by Tom Trenka
6
	modified BSD license. For more information on Dojo licensing, see:
9
 *
7
 
10
 *	2005-12-7
-
 
11
 *	All conversions are internalized (no dependencies)
-
 
12
 *	implemented getHMAC for message digest auth.
8
		http://dojotoolkit.org/community/licensing.shtml
13
 */
9
*/
-
 
10
 
-
 
11
 
Line 14... Line 12...
14
 
12
 
15
dojo.require("dojo.crypto");
13
dojo.require("dojo.crypto");
16
dojo.provide("dojo.crypto.MD5");
14
dojo.provide("dojo.crypto.MD5");
17
dojo.crypto.MD5 = new function () {
15
dojo.crypto.MD5 = new function () {