[package] name = "byte_sha" version = "1.0.1" authors = ["Tyrel Richey "] description = "Performs SHA256 on a Vec and returns a Vec as the result. Useful for cryto curencies and purhapse other things." documentation = "https://github.com/MuTechIndustries/byte_sha" license = "MIT" [dependencies] hex_d_hex = "1.0.0"