]> git.ipfire.org Git - thirdparty/tor.git/commit
cgo: Use the correct operation to re-align AES.
authorNick Mathewson <nickm@torproject.org>
Thu, 5 Jun 2025 20:12:24 +0000 (16:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Jun 2025 20:12:50 +0000 (16:12 -0400)
commitbddd835d6938bf2489ff8970dd3e172444f73052
tree0bcb051cdfc32cd878affd80509f8fceb3fd0d88
parent933c5491db00c703d5d8264fdabd5a5b10aff96f
cgo: Use the correct operation to re-align AES.

By accident, this doesn't cause a bug, since 480 = 15*16*2.
Still, it's better to avoid problems in the future.

Closes #41091.
src/core/crypto/relay_crypto_cgo.c