[package] name = "wedpr_l_libsm" version = "0.3.5" authors = [ "Tang Zongxun ", "Niu Junxiang <494521900@qq.com>", "Cryptape Technology " ] description = "A Rust Library of China's Standards of Encryption Algorithms (SM2/3/4)" keywords = ["cipher", "cryptography"] license = "Apache-2.0" [dependencies] rand = "0.4" byteorder = "1" num-bigint = "0.2" num-traits = "0.2" num-integer = "0.1" yasna = { version = "0.3.2", features = [ "num-bigint" ]} lazy_static = "1.0" [dev-dependencies] hex = "0.3" base64 = "0.13.0" [features] internal_benches = []