X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=htdocs%2Fjavascript%2Fsecure_hash.js;h=ca2445fd8bf6d0a03abaf81b5d8e11850c4d30b6;hb=a14159bffdc1ea08c97e6634dc1480619bdc478a;hp=ebe3f6add6f909f46c09fc94b19a4555f4b32f4c;hpb=46bde4d1fc8554263750f769f5ada4e304785d5e;p=platal.git diff --git a/htdocs/javascript/secure_hash.js b/htdocs/javascript/secure_hash.js index ebe3f6a..ca2445f 100644 --- a/htdocs/javascript/secure_hash.js +++ b/htdocs/javascript/secure_hash.js @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2006 Polytechnique.org * + * Copyright (C) 2003-2007 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -18,9 +18,6 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -document.write(''); -document.write(''); - function hash_encrypt(a) { return hex_sha1(a); } @@ -51,3 +48,4 @@ function hash_xor(a, b) { c += a.charAt(k); return c; } +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: