Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sha1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sha1-asm"
version = "0.4.3"
version = "0.4.4"
authors = ["RustCrypto Developers"]
license = "MIT"
description = "Assembly implementation of SHA-1 compression function"
Expand Down
4 changes: 1 addition & 3 deletions sha2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sha2-asm"
version = "0.5.2"
version = "0.5.3"
authors = ["RustCrypto Developers"]
license = "MIT"
description = "Assembly implementation of SHA-2 compression functions"
Expand All @@ -9,8 +9,6 @@ repository = "https://github.com/RustCrypto/asm-hashes"
keywords = ["crypto", "sha2", "asm"]
categories = ["cryptography", "no-std"]

[dependencies]

[build-dependencies]
cc = "1.0"

Expand Down