Skip to content

Commit ddee7f8

Browse files
authored
elliptic-curve: remove tap hack (#1838)
This is hopefully no longer relevant
1 parent beac4d7 commit ddee7f8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ pkcs8 = { version = "0.11.0-rc.1", optional = true, default-features = false }
3636
sec1 = { version = "0.8.0-rc.4", optional = true, features = ["subtle", "zeroize"] }
3737
serdect = { version = "0.3", optional = true, default-features = false, features = ["alloc"] }
3838
serde_json = { version = "1.0.121", optional = true, default-features = false, features = ["alloc"] }
39-
tap = { version = "1.0.1", optional = true, default-features = false } # hack for minimal-versions support for `bits`
4039

4140
[dev-dependencies]
4241
hex-literal = "1"
@@ -61,7 +60,7 @@ std = [
6160
]
6261

6362
arithmetic = ["group"]
64-
bits = ["arithmetic", "ff/bits", "dep:tap"]
63+
bits = ["arithmetic", "ff/bits"]
6564
dev = ["arithmetic", "dep:hex-literal", "pem", "pkcs8"]
6665
hash2curve = ["arithmetic", "digest"]
6766
ecdh = ["arithmetic", "digest", "dep:hkdf"]

0 commit comments

Comments
 (0)