v/vlib/x/crypto/sm4
2024-09-10 11:25:56 +03:00
..
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
SM4.pdf
sm4.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
sm4_test.v vlib.x: fix typos, uniformize readme formatting (#21085) 2024-03-24 19:54:39 +02:00

Description

crypto.sm4 is a module that assists in the encryption and decryption of binary data using the SM4 block cipher.

SM4 is the block cipher algorithm in China's Standards of Encryption Algorithms.