Skip to content

Commit

Permalink
add hex
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Sep 19, 2023
1 parent e44d4b5 commit 27d96ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curve25519-dalek/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ features = ["serde", "rand_core", "digest", "legacy_compatibility"]
sha2 = { version = "0.10", default-features = false }
bincode = "1"
criterion = { version = "0.4.0", features = ["html_reports"] }
hex = "0.4.2"
rand = "0.8"
rand_core = { version = "0.6", default-features = false, features = ["getrandom"] }

Expand All @@ -48,6 +47,7 @@ required-features = ["alloc", "rand_core"]

[dependencies]
cfg-if = "1"
hex = "0.4.2"
rand_core = { version = "0.6.4", default-features = false, optional = true }
digest = { version = "0.10", default-features = false, optional = true }
subtle = { version = "2.3.0", default-features = false }
Expand Down

0 comments on commit 27d96ff

Please sign in to comment.