[package] name = "sm9" version = "0.3.2" edition = "2021" authors = ["John Yu "] description = "SM9 (OSCCA GM/T 0044-2016), identity-based cryptography" keywords = ["SM9", "pairing", "crypto", "cryptography", "shangmi"] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/sm9/" repository = "https://github.com/John-Yu/SM9" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = { version = "0.8.5" } sec1 = { version = "0.7.3", features = ["alloc", "pem", "std"] } sm3 = "0.4.2" hmac = "0.12.1" signature = "2.2.0" sm9_core = "0.4.0" hex-literal = "0.4" kem = "0.2.0" zeroize = { version = "1.8.1", features = ["zeroize_derive"] } generic-array = "1.1.0" [dev-dependencies] hex-literal = "0.4" [profile.dev] opt-level = 0 [profile.release] opt-level = 3