[package] name = "gmsm" version = "0.1.0" edition = "2018" authors = ["nfjbill "] description = "A Rust Library of China's Standards of Encryption Algorithms (SM2/3/4)" keywords = ["cipher", "cryptography"] license = "Apache-2.0" repository = "https://github.com/nfjBill/rust-gmsm" readme = "README.md" [dependencies] hex = "0.3" num-bigint-dig = "0.7.0" num = "0.4" lazy_static = "1.4.0" rand = "0.8.4"