aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecies
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-092-2/+2
* ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374)David Huie2018-03-262-13/+13
* various: remove redundant parentheses (#15793)Furkan KAMACI2018-01-031-1/+1
* crypto: fix megacheck warnings (#14917)Egon Elbre2017-08-084-857/+16
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-183-16/+37
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-3/+2
* all: gofmt -w -sFelix Lange2017-01-062-9/+9
* all: fix go vet warningsFelix Lange2016-04-151-2/+2
* crypto/ecies: make authenticated shared data workFelix Lange2016-02-122-6/+36
* crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar multGustav Simonsson2015-11-304-20/+123
* remove elliptic.P224 usagePavol Rusnak2015-07-302-14/+1
* all: update license informationFelix Lange2015-07-074-0/+116
* Add IsOnCurve check to EC unmarshalling in ECIES decryptionGustav Simonsson2015-04-081-0/+4
* Add 'crypto/ecies/' from commit '7c0f4a9b18d992166452d8cd32caaefd92b26386'obscuren2015-02-147-0/+1703