Improve byte order handling in gcm128.
authorjsing <jsing@openbsd.org>
Thu, 10 Aug 2023 07:18:43 +0000 (07:18 +0000)
committerjsing <jsing@openbsd.org>
Thu, 10 Aug 2023 07:18:43 +0000 (07:18 +0000)
commit05958c5ea967e389e5e5b6bccc7df53bead5794d
tree4f136a730087b599ad93581e28fd4cc221283daa
parentcd67cc31882d39982b2638fb43ac2ce4fca85f99
Improve byte order handling in gcm128.

Replace a pile of byte order handling mess with htobe*() and be*toh().

ok tb@
lib/libcrypto/modes/gcm128.c