X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frotating_hash.h;h=791e90bfa1a30287e3c34a274f8d70cf0e6db07c;hb=bacf2d16464c810fef1bce0ea54d9bb0a5808486;hp=abdde51a2371381a9eddd02b3d8bc16486e7d6a2;hpb=cfb49eaf0c06067b48dac5c2fa8316559f984a5d;p=bertos.git diff --git a/bertos/algo/rotating_hash.h b/bertos/algo/rotating_hash.h index abdde51a..791e90bf 100644 --- a/bertos/algo/rotating_hash.h +++ b/bertos/algo/rotating_hash.h @@ -37,7 +37,6 @@ * circular shift the checksum 4 place left before xoring. * This is a bit more stronger than simply sum the data. * - * \version $Id$ * * \author Francesco Sacchi *