Revert "Land program addresses on the curve (#11174)" (#11253)

This reverts commit f317c362a8.
This commit is contained in:
Jack May
2020-07-29 11:33:45 -07:00
committed by GitHub
parent 9bc31f1e66
commit 16ecce353f
5 changed files with 15 additions and 64 deletions

View File

@@ -18,7 +18,6 @@ default = [
"assert_matches",
"byteorder",
"chrono",
"curve25519-dalek",
"generic-array",
"memmap",
"rand",
@@ -36,7 +35,6 @@ bs58 = "0.3.1"
bv = { version = "0.11.1", features = ["serde"] }
byteorder = { version = "1.3.4", optional = true }
chrono = { version = "0.4", optional = true }
curve25519-dalek = { version = "2.1.0", optional = true }
generic-array = { version = "0.14.3", default-features = false, features = ["serde", "more_lengths"], optional = true }
hex = "0.4.2"
hmac = "0.7.0"