[package]
name = "sm3"
version = "0.4.2"
description = "SM3 (OSCCA GM/T 0004-2012) hash function"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2018"
documentation = "https://docs.rs/sm3"
repository = "https://github.com/RustCrypto/hashes"
keywords = ["crypto", "sm3", "hash", "digest"]
categories = ["cryptography", "no-std"]
[dependencies]
digest = "0.10.3"
[dev-dependencies]
digest = { version = "0.10.3", features = ["dev"] }
hex-literal = "0.2.2"
[features]
default = ["std"]
std = ["digest/std"]