CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/28 05:22:58
Modified files:
lib/libcrypto/sm3: sm3.c
Log message:
Rework loads and stores for sm3.
Replace loads with crypto_load_be32toh() or be32toh(). Use
crypto_store_htobe32() or htobe32() for stores.
ok tb@
