[package] name = "efficient-sm2" version = "0.2.4" authors = ["yieazy "] description = "A Rust Library of China's Standards of Signature Algorithms (SM2)" documentation = "https://mock.icu/efficient-sm2" edition = "2021" keywords = ["sm2", "cryptography", "performance"] license = "Apache-2.0" repository = "https://github.com/Pencil-Yao/efficient-sm2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8" libsm = "0.6" [dev-dependencies] hex = "0.4" num-bigint = "0.4" num-traits = "0.2" [features] internal_benches = []