1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #8716 from mschulz-at-hilscher/feature/gcm_largetable

Use large GCM tables
This commit is contained in:
Tom Cosgrove
2024-02-23 16:25:38 +00:00
committed by GitHub
5 changed files with 256 additions and 111 deletions

View File

@@ -0,0 +1,4 @@
Features
* Add support for 8-bit GCM tables for Shoup's algorithm to speedup GCM
operations when hardware accelerated AES is not present. Improves
performance by around 30% on 64-bit Intel; 125% on Armv7-M.