• Manuel Pégourié-Gonnard's avatar
    poly1305: adjust parameter order · b1ac5e78
    Manuel Pégourié-Gonnard authored
    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.
    b1ac5e78