Skip to content

Commit

Permalink
avoid whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 4, 2024
1 parent c4640ba commit a2bb406
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sha1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ hex-literal = "0.4"
[features]
default = ["oid", "std"]
std = ["digest/std"]
oid = ["digest/oid"] # Enable OID support
oid = ["digest/oid"] # Enable OID support
zeroize = ["digest/zeroize"]
force-soft = [] # Force software implementation
collision = ["digest/mac"] # Detect SHA1 collisions and mitigate them
force-soft = [] # Force software implementation
collision = ["digest/mac"] # Detect SHA1 collisions and mitigate them

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit a2bb406

Please sign in to comment.