Skip to content

Commit

Permalink
First pass at ML-DSA
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Nov 14, 2024
1 parent 8f93676 commit a6c62ec
Show file tree
Hide file tree
Showing 8 changed files with 1,821 additions and 16 deletions.
101 changes: 85 additions & 16 deletions Cargo.lock

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

12 changes: 12 additions & 0 deletions ml-dsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,17 @@ readme = "README.md"
categories = ["cryptography"]
keywords = ["crypto", "signature"]

[features]
default = ["std"]
std = [] #["sha3/std"]
zeroize = ["dep:zeroize"]

[dependencies]
hybrid-array = { version = "0.2.0-rc.9", features = ["extra-sizes"] }
sha3 = "0.10.8"
signature = { version = "2.3.0-pre.4", features = ["rand_core"] }
zeroize = { version = "1.8.1", optional = true, default-features = false }

[dev-dependencies]
hex-literal = "0.4.1"
rand = "0.8.5"
Loading

0 comments on commit a6c62ec

Please sign in to comment.