remove elliptic.P224 usage

Fedora/RedHat distros comply with US patent law and remove this curve,
which makes it impossible to run ethereum with distro provided Golang.

File crypto/ecies/README claims it is unsupported anyway.
This commit is contained in:
Pavol Rusnak
2015-07-30 11:26:39 +02:00
parent e7f4232b10
commit 3f07afbbd2
2 changed files with 1 additions and 14 deletions

View File

@ -407,11 +407,6 @@ type testCase struct {
}
var testCases = []testCase{
testCase{
Curve: elliptic.P224(),
Name: "P224",
Expected: false,
},
testCase{
Curve: elliptic.P256(),
Name: "P256",