X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=htdocs%2Fjavascript%2Fsecure_hash.js;h=71c6fbf94e2422bd1ea0dd6aee8d31ff67da62da;hb=164566891eef6e4027b2dfccda0040d37f10605b;hp=5a9afb5e5705c35c77f1daffe5c950fe210f101c;hpb=5ddeb07cc787dd1dc3630a31f1528f5cc7c4d9b9;p=platal.git diff --git a/htdocs/javascript/secure_hash.js b/htdocs/javascript/secure_hash.js index 5a9afb5..71c6fbf 100644 --- a/htdocs/javascript/secure_hash.js +++ b/htdocs/javascript/secure_hash.js @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2007 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: