Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-08 | Inline md4_local.h in md4_dgst.c. | jsing | 2 | -114/+56 | |
md4_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than md4_dgst.c. As such, include it directly instead. No change in generated assembly. | |||||
2023-07-08 | Inline sm3_local.h in sm3.c. | jsing | 2 | -87/+70 | |
sm3_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than sm3.c. As such, include it directly instead. No change in generated assembly. | |||||
2023-07-08 | Hide symbols in sm3 | beck | 3 | -1/+39 | |
ok tb@ jsing@ |