We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58225bf commit c9f6fc9Copy full SHA for c9f6fc9
sha1/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sha1-asm"
3
-version = "0.4.3"
+version = "0.4.4"
4
authors = ["RustCrypto Developers"]
5
license = "MIT"
6
description = "Assembly implementation of SHA-1 compression function"
sha2/Cargo.toml
name = "sha2-asm"
-version = "0.5.2"
+version = "0.5.3"
description = "Assembly implementation of SHA-2 compression functions"
@@ -9,8 +9,6 @@ repository = "https://github.com/RustCrypto/asm-hashes"
9
keywords = ["crypto", "sha2", "asm"]
10
categories = ["cryptography", "no-std"]
11
12
-[dependencies]
13
-
14
[build-dependencies]
15
cc = "1.0"
16
0 commit comments