[package] name = "sha_256" version = "1.0.1" edition = "2021" authors = ["George Oastler "] description = "Optimised sha-256" repository = "https://github.com/goastler/sha_256" homepage = "https://github.com/goastler/sha_256" license-file = "LICENSE" readme = "README.md" keywords = ["sha", "sha256", "sha-256", "hash", "digest"] categories = ["algorithms", "cryptography", "cryptography::cryptocurrencies", "encoding" ] [lib] name = "sha_256" path = "src/lib.rs" #[profile.release] #opt-level = 2 #lto = "fat" #codegen-units = 1 #target-cpu = "native" [badges] maintenance = { status = "passively-maintained" } [dev-dependencies] sha2 = "0.10.8"