X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fjavascript%2Fsecure_hash.js;h=ca2445fd8bf6d0a03abaf81b5d8e11850c4d30b6;hb=5122b820e488b28e0b62ec09cd76d87f1d22fc99;hp=19a913e922e7505e5a81dba1cacbb6d1fb939b2f;hpb=e613b04c5ad24b2369581f8f94a84fb435d7d4cd;p=platal.git diff --git a/htdocs/javascript/secure_hash.js b/htdocs/javascript/secure_hash.js index 19a913e..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 * @@ -48,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: