[package] name = "libsm_stzhang" version = "0.2.0" authors = ["stuart_zhang "] edition = "2021" repository = "https://github.com/stuartZhang/libsm.git" description = "A Rust Library of China's Standards of Encryption Algorithms (SM2/3/4)" keywords = ["cipher", "cryptography"] license = "Apache-2.0" [dependencies] getrandom = { version = "0.2", features = ["js"] } rand = "0.8.5" byteorder = "1.3.4" num-bigint = "0.4.3" num-traits = "0.2.15" num-integer = "0.1.43" yasna = { version = "0.5.2", features = ["num-bigint"] } lazy_static = "1.4.0" [dev-dependencies] hex = "0.4.2"