Skip to content

Commit 10aaeeb

Browse files
authored
x.crypto: add sm4 module (#20651)
1 parent 7f5f92d commit 10aaeeb

File tree

4 files changed

+682
-0
lines changed

4 files changed

+682
-0
lines changed

vlib/x/crypto/sm4/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Description:
2+
3+
`crypto.sm4` is a module that assists in the encryption and
4+
decryption of binary data using the `SM4` block cipher.
5+
6+
`SM4` is the block cipher algorithm in China's Standards of Encryption Algorithms.

vlib/x/crypto/sm4/SM4.pdf

121 KB
Binary file not shown.

0 commit comments

Comments
 (0)