From: Thomas Pornin Date: Thu, 5 Jan 2017 18:47:00 +0000 (+0100) Subject: Two new Poly1305 implementations: ctmul32 uses pure 32-bit multiplications (MUL15... X-Git-Tag: v0.4~26 X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=commitdiff_plain;h=7fc1ef315f807170f63b0ad8255cf77314b50ca5;hp=7fc1ef315f807170f63b0ad8255cf77314b50ca5 Two new Poly1305 implementations: ctmul32 uses pure 32-bit multiplications (MUL15, constant-time on about everything); i15 uses the generic i15 big integers (MUL15 again), which is quite slow but also small. ---