summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sm3/sm3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sm3: fix ugly whitespacetb2024-12-121-5/+5
* Remove unused SM3_Transform()jsing2024-03-281-9/+1
* Rename SM3_block_data_order() and make static.jsing2024-03-281-9/+8
* Rework loads and stores for sm3.jsing2024-03-281-61/+57
* 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-081-2/+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-261-2/+2
* Add Ribose Inc's implementation of the SM3 hashing function withtb2018-11-111-0/+206