X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=algos%2Frotating_hash.h;h=123f2d3ba30cf184cd7c2c5daa9ad45ef94fcc74;hb=56dbfedbf5978ed4b75f9b5da382c31308e12003;hp=bc7f1a409fc6268878222f605be968cf7fba5cb5;hpb=71daf6b25bbb86414b47f9c21426a5441c2c3c75;p=bertos.git diff --git a/algos/rotating_hash.h b/algos/rotating_hash.h old mode 100755 new mode 100644 index bc7f1a40..123f2d3b --- a/algos/rotating_hash.h +++ b/algos/rotating_hash.h @@ -1,6 +1,31 @@ /** * \file * @@ -17,18 +42,6 @@ * \author Francesco Sacchi */ -/*#* - *#* $Log$ - *#* Revision 1.2 2007/10/01 10:46:33 batt - *#* Add rotating hash init function. - *#* - *#* Revision 1.1 2007/06/07 09:11:17 batt - *#* Add rotating hash algorithm. - *#* - *#* Revision 1.1 2007/01/12 20:30:49 batt - *#* Add right Rotating hash file. - *#* - *#*/ #ifndef ALGOS_ROTATING_H #define ALGOS_ROTATING_H