Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand ROTATE macro to crypto_rol_u32(). | jsing | 2024-03-28 | 1 | -8/+10 |
* | Inline initial hash values. | jsing | 2024-03-28 | 1 | -18/+11 |
* | Remove no unnecessary do { } while (0); | jsing | 2024-03-28 | 1 | -3/+1 |
* | Inline HASH_MAKE_STRING. | jsing | 2024-03-28 | 1 | -17/+20 |
* | Expand HASH_* defines. | jsing | 2024-03-28 | 1 | -26/+28 |
* | Reorder functions. | jsing | 2024-03-28 | 1 | -116/+115 |
* | Tidy includes. | jsing | 2024-03-28 | 1 | -5/+5 |
* | Inline functions from md32_common.h. | jsing | 2024-03-28 | 1 | -1/+101 |
* | Inline sm3_local.h in sm3.c. | jsing | 2023-07-08 | 2 | -87/+70 |
* | Hide symbols in sm3 | beck | 2023-07-08 | 1 | -1/+4 |
* | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 2023-07-07 | 1 | -2/+1 |
* | hide symbols in sm, rand, and poly1305 | beck | 2023-07-07 | 1 | -1/+2 |
* | Make internal header file names consistent | tb | 2022-11-26 | 2 | -3/+3 |
* | Add Ribose Inc's implementation of the SM3 hashing function with | tb | 2018-11-11 | 3 | -0/+344 |