Skip to content

Commit

Permalink
feat: Add crystals-dilithium for post-quantum signature support
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 12, 2024
1 parent 7abe13e commit e1992c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ resolver = "2"
ciborium = "0.2.2"
serde = { version = "1.0.130", features = ["derive"] }

# Cryptography
# Cryptography
# Using both classical (ed25519) and post-quantum (dilithium) signatures
ed25519-dalek = { version = "2.1.1", features = ["serde", "rand_core"] }
crystals-dilithium = "1.0.0"
blake3 = { version = "1.5.3", features = ["serde"] }
x25519-dalek = { version = "2.0.0", features = ["static_secrets"] }
curve25519-dalek = "4.1.3"
Expand Down

0 comments on commit e1992c9

Please sign in to comment.