summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sm4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-251-5/+1
* Expand the SM4_ROUNDS macro.jsing2025-01-221-25/+83
* Replace {load,store}_u32_be() with crypto_{load,store}_be32toh().jsing2025-01-221-39/+25
* Pull the family key and constant key tables out of SM4_set_key().jsing2025-01-221-28/+27
* Replace rotl() with crypto_rol_u32().jsing2025-01-221-15/+10
* hide symbols in sm, rand, and poly1305beck2023-07-071-1/+4
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-172-0/+314