aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecies/ecies_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: make unit tests work with Go 1.13 (#20053)Felix Lange2019-09-111-9/+0
* all: replace t.Log(); t.FailNow() with t.Fatal() (#19849)Felix Lange2019-07-181-75/+36
* all: replace fmt.Print* calls with t.Log* in tests (#19670)大彬2019-07-171-37/+37
* crypto/ecies: remove unused function (#19096)Matthew Halpern2019-02-181-13/+0
* ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374)David Huie2018-03-261-10/+10
* crypto: fix megacheck warnings (#14917)Egon Elbre2017-08-081-176/+10
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-181-10/+31
* all: gofmt -w -sFelix Lange2017-01-061-3/+3
* crypto/ecies: make authenticated shared data workFelix Lange2016-02-121-0/+30
* crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar multGustav Simonsson2015-11-301-13/+108
* remove elliptic.P224 usagePavol Rusnak2015-07-301-5/+0
* all: update license informationFelix Lange2015-07-071-0/+29
* Add 'crypto/ecies/' from commit '7c0f4a9b18d992166452d8cd32caaefd92b26386'obscuren2015-02-141-0/+489