wedpr_l_crypto_block_cipher_sm4 1.0.0

Library of WeDPR shared Block Cipher Function implement by SM4.
Documentation
[package]
name = "wedpr_l_crypto_block_cipher_sm4"
version = "1.0.0"
authors = [ "WeDPR <wedpr@webank.com>" ]
edition = "2018"
license = "Apache-2.0"
description = "Library of WeDPR shared Block Cipher Function implement by SM4."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
block-modes = "0.7.0"
rand = "0.8.3"
sm4 = "0.3.0"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.1.0"