[package] name = "neuedu-cryptos" version = "0.6.3" authors = ["孙福龙 (Fulong Sun) ", "江畔 (Pan Jiang) "] edition = "2021" description = "包含国密算法的密码库。 A library include SM3, SM4 (Chinese ShangMi) crypto algos." license = "MIT OR Apache-2.0" keywords = ["Cryptography", "ShangMi", "SM3", "SM4", "MAC"] categories = ["cryptography"] exclude = [".*"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] hash = [] sm3 = ["hash"] insecure_md5 = ["hash"] insecure_sha1 = ["hash"] sha2 = ["hash"] mac = ["hash"] hmac = ["mac"] block = [] ecb = [] cbc = [] cfb = [] ofb = [] sm4 = ["block"]