Added "ctmulq" implementation of Poly1305 (using 64->128 multiplications when available).
[BearSSL] / src / symcipher / poly1305_i15.c
2017-01-05 Thomas PorninTwo new Poly1305 implementations: ctmul32 uses pure...