Skip to content

Commit

Permalink
P-256: Update curve25519-dalek to unbreak build (see mcginty#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfioEmanueleFresta committed Sep 28, 2024
1 parent c6657a7 commit dddc80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ aes-gcm = { version = "0.10", optional = true }
chacha20poly1305 = { version = "0.10", optional = true }
blake2 = { version = "0.10", optional = true }
sha2 = { version = "0.10", optional = true }
curve25519-dalek = { version = "4", optional = true }
curve25519-dalek = { version = "4.1.3", optional = true }

pqcrypto-kyber = { version = "0.8", optional = true }
pqcrypto-traits = { version = "0.3", optional = true }
Expand Down

0 comments on commit dddc80b

Please sign in to comment.