[openssl-dev] [openssl.org #3615] [PATCH] ChaCha20 with Poly1305 TLS Cipher Suites via the EVP interface

Andy Polyakov via RT rt at openssl.org
Tue Jun 16 08:09:07 UTC 2015


>>> More coming in.

Attached are ARMv8 modules. It might be worth noting that small-block
performance of all presented Poly1305 modules can be improved by
postponing pre-computations for vector code. I mean provided that a)
non-vector initialization procedure is totally inexpensive, while b)
vector initialization takes equivalent of several blocks; you can win by
avoiding latter in cases when you have to process small amount of
blocks, even if they will be processed by slower non-vector procedure.
This can be easily arranged.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: chacha-armv8.pl
Type: application/x-perl
Size: 27172 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20150616/52857f0b/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: poly1305-armv8.pl
Type: application/x-perl
Size: 19899 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20150616/52857f0b/attachment-0003.bin>


More information about the openssl-dev mailing list