summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sm3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expand ROTATE macro to crypto_rol_u32().jsing2024-03-281-8/+10
* Inline initial hash values.jsing2024-03-281-18/+11
* Remove no unnecessary do { } while (0);jsing2024-03-281-3/+1
* Inline HASH_MAKE_STRING.jsing2024-03-281-17/+20
* Expand HASH_* defines.jsing2024-03-281-26/+28
* Reorder functions.jsing2024-03-281-116/+115
* Tidy includes.jsing2024-03-281-5/+5
* Inline functions from md32_common.h.jsing2024-03-281-1/+101
* Inline sm3_local.h in sm3.c.jsing2023-07-082-87/+70
* Hide symbols in sm3beck2023-07-081-1/+4
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-2/+1
* hide symbols in sm, rand, and poly1305beck2023-07-071-1/+2
* Make internal header file names consistenttb2022-11-262-3/+3
* Add Ribose Inc's implementation of the SM3 hashing function withtb2018-11-113-0/+344