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