Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove #error if OPENSSL_NO_FOO is defined | tb | 2025-01-25 | 1 | -5/+1 |
* | Expand the SM4_ROUNDS macro. | jsing | 2025-01-22 | 1 | -25/+83 |
* | Replace {load,store}_u32_be() with crypto_{load,store}_be32toh(). | jsing | 2025-01-22 | 1 | -39/+25 |
* | Pull the family key and constant key tables out of SM4_set_key(). | jsing | 2025-01-22 | 1 | -28/+27 |
* | Replace rotl() with crypto_rol_u32(). | jsing | 2025-01-22 | 1 | -15/+10 |
* | hide symbols in sm, rand, and poly1305 | beck | 2023-07-07 | 1 | -1/+4 |
* | Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. | tb | 2019-03-17 | 2 | -0/+314 |