Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 58a2671

Browse files
author
bhat
committed
Enable assembly support for SHA-1.
1 parent 1792399 commit 58a2671

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Cargo.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ reqwest = { version = "0.11", default-features = false, features = ["json"] }
99
serde = { version = "1.0", features = ["derive"] }
1010
serde_yaml = "0.8"
1111

12-
sha-1 = "0.9"
12+
sha-1 = { version = "0.9", features = ["asm"] }
1313
data-encoding = "2.3"
1414
rand = "0.8"
1515
parity-wordlist = "1"

0 commit comments

Comments
 (0)