Commit 21f176ca authored by jan.koester's avatar jan.koester
Browse files

more pseed

parent 1b4300d2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
libnetplus (20260501+1) unstable; urgency=medium

  * AES-GCM: implement 4-way pipelined AES-NI CTR encryption,
    exploiting counter-mode parallelism for higher throughput
  * AES-GCM: implement interleaved GHASH with encryption in a single
    pass, eliminating the second traversal over ciphertext
  * AES-GCM encrypt throughput improved ~3.5x (AES-128-GCM: 479 → 1720 MB/s,
    AES-256-GCM: 453 → 1565 MB/s at 256 KB payloads)

 -- Jan Koester <jan.koester@tuxist.de>  Thu, 01 May 2026 12:00:00 +0200

libnetplus (20260425+5) unstable; urgency=high

  * RSA Montgomery CIOS: fix heap buffer over-read in
+589 −52

File changed.

Preview size limit exceeded, changes collapsed.

+20 −8

File changed.

Preview size limit exceeded, changes collapsed.

test/aes_cts.cpp

0 → 100644
+58 −0

File added.

Preview size limit exceeded, changes collapsed.

+81 −0

File added.

Preview size limit exceeded, changes collapsed.