X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fjavascript%2Fsecure_hash.js;h=71c6fbf94e2422bd1ea0dd6aee8d31ff67da62da;hb=aab2ffddfc8597dfce114b18c737b791e949b6ea;hp=ebe3f6add6f909f46c09fc94b19a4555f4b32f4c;hpb=46bde4d1fc8554263750f769f5ada4e304785d5e;p=platal.git diff --git a/htdocs/javascript/secure_hash.js b/htdocs/javascript/secure_hash.js index ebe3f6a..71c6fbf 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-2010 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: