This module used (len, pointer) while (pointer, len) is more common in the rest of the library, in particular it's what's used in the CMAC API that is very comparable to Poly1305, so switch to (pointer, len) for consistency.
Test vectors are included from RFC 7539. Poly1305 is also added to the benchmark program.