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...
1
/*
1
/*
2
 *	A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined
2
	Copyright (c) 2004-2006, The Dojo Foundation
3
 *	in FIPS PUB 180-1
3
	All Rights Reserved.
4
 *
4
 
5
 * 	Version 2.1a Copyright Paul Johnston 2000 - 2002.
-
 
6
 * 	Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
5
	Licensed under the Academic Free License version 2.1 or above OR the
7
 * 	Distributed under the BSD License
-
 
8
 * 	See http://pajhome.org.uk/crypt/md5 for details.
6
	modified BSD license. For more information on Dojo licensing, see:
9
 *
7
 
10
 *	Dojo port by Tom Trenka
8
		http://dojotoolkit.org/community/licensing.shtml
11
 */
9
*/
-
 
10
 
-
 
11
 
Line 12... Line 12...
12
 
12
 
13
dojo.require("dojo.crypto");
13
dojo.require("dojo.crypto");
14
dojo.provide("dojo.crypto.SHA1");
14
dojo.provide("dojo.crypto.SHA1");
15
dojo.require("dojo.experimental");
15
dojo.require("dojo.experimental");