Skip to content

Commit

Permalink
rc6: dump cipher version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashWhiteHat committed Jul 31, 2024
1 parent 342a69e commit e0dfb56
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 72 deletions.
93 changes: 23 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rc6/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ keywords = ["crypto", "rc6", "block-cipher"]
categories = ["cryptography"]

[dependencies]
cipher = { version = "0.4.3", features = ["zeroize"] }
cipher = { version = "0.5.0-pre.6", features = ["zeroize"] }

[dev-dependencies]
cipher = { version = "0.4.3", features = ["dev"] }
cipher = { version = "0.5.0-pre.6", features = ["dev"] }
rand = { version = "0.8.5" }

[features]
Expand Down

0 comments on commit e0dfb56

Please sign in to comment.