summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sm4/sm4.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hide symbols in sm, rand, and poly1305beck2023-07-071-1/+4
| | | | ok jsing@
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-171-0/+263
This is an ISC licensed version based on the sources by Ribose Inc that were ported to OpenSSL in 2017. Patch from Daniel Wyatt with minor tweaks. ok inoguchi, jsing