feat: add util::digest_sha256

This commit is contained in:
2020-08-02 00:54:15 +08:00
parent 71ae5e2eb2
commit 67b8311400
4 changed files with 82 additions and 0 deletions

View File

@@ -15,3 +15,5 @@ reqwest = { version = "0.10", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
lazy_static = "1.4.0"
hex = "0.4.2"
sha2 = "0.9.1"