mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
.. | ||
README.md | ||
SM4.pdf | ||
sm4.v | ||
sm4_test.v |
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.