diff --git a/hash/hash_adler32.c b/hash/hash_adler32.c index 520ab426..58b618fc 100644 --- a/hash/hash_adler32.c +++ b/hash/hash_adler32.c @@ -3,7 +3,6 @@ * @{ * @file hash_adler32.c * @author [Christian Bender](https://github.com/christianbender) - * @author [Krishna Vedala](https://github.com/kvedala) * @brief 32-bit [Adler hash](https://en.wikipedia.org/wiki/Adler-32) algorithm */ #include