Skip to content

Commit a1e2b42

Browse files
committed
enable signing feature by default
1 parent 04d9dac commit a1e2b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hex-literal = "0.4.1"
2424
rand = "0.8.5"
2525

2626
[features]
27-
default = ["dkg", "std"]
27+
default = ["dkg", "signing"]
2828

2929
std = ["reddsa/std"]
3030
signing = ["dep:blake3", "dep:rand_chacha", "std"]

0 commit comments

Comments
 (0)