[gnutls-devel] GnuTLS | Updated asm files to latest version under cryptogams license (!989)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Thu May 2 13:25:19 CEST 2019
Performance comparison (on a cpu without `sha_ni`):
NEW code:
```
Testing throughput in cipher/MAC combinations (payload: 16384 bytes)
AES-128-GCM - TLS1.2 1.79 GB/sec
AES-128-GCM - TLS1.3 1.43 GB/sec
AES-128-CCM - TLS1.2 0.28 GB/sec
AES-128-CCM - TLS1.3 0.29 GB/sec
CHACHA20-POLY1305 - TLS1.2 0.21 GB/sec
CHACHA20-POLY1305 - TLS1.3 0.21 GB/sec
AES-128-CBC - TLS1.0 0.28 GB/sec
```
Old code:
```
Testing throughput in cipher/MAC combinations (payload: 16384 bytes)
AES-128-GCM - TLS1.2 1.75 GB/sec
AES-128-GCM - TLS1.3 1.43 GB/sec
AES-128-CCM - TLS1.2 0.30 GB/sec
AES-128-CCM - TLS1.3 0.28 GB/sec
CHACHA20-POLY1305 - TLS1.2 0.21 GB/sec
CHACHA20-POLY1305 - TLS1.3 0.21 GB/sec
AES-128-CBC - TLS1.0 0.25 GB/sec
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/989#note_166137160
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190502/7615d599/attachment.html>
More information about the Gnutls-devel
mailing list