Rework loads and stores in ripemd.
authorjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 10:45:30 +0000 (10:45 +0000)
committerjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 10:45:30 +0000 (10:45 +0000)
commitd7368aa855bdec7832bed45d5c05b69d773f8c10
tree050bc115d35159da83b69a6015b1bab012ffc68e
parentb600a2f1a5a040fbd85752718c74d3cd6747d061
Rework loads and stores in ripemd.

Replace loads with crypto_load_le32toh() or le32toh(). Use
crypto_store_htole32() or htole32() for stores.

ok joshua@ tb@
lib/libcrypto/ripemd/ripemd.c