aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecies/ecies.go
Commit message (Collapse)AuthorAgeFilesLines
* ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374)David Huie2018-03-261-3/+3
| | | | | The parameter `rand` is unused in `PrivateKey.Decrypt`. Decryption in the ECIES encryption scheme is deterministic, so randomness isn't needed.
* various: remove redundant parentheses (#15793)Furkan KAMACI2018-01-031-1/+1
|
* crypto: fix megacheck warnings (#14917)Egon Elbre2017-08-081-4/+6
| | | | | | * crypto: fix megacheck warnings * crypto/ecies: remove ASN.1 support
* 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: fix go vet warningsFelix Lange2016-04-151-2/+2
|
* crypto/ecies: make authenticated shared data workFelix Lange2016-02-121-6/+6
| | | | The s2 parameter was not actually written to the MAC.
* crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar multGustav Simonsson2015-11-301-0/+1
| | | | thanks to Felix Lange (fjl) for help with design & impl
* all: update license informationFelix Lange2015-07-071-0/+29
|
* Add IsOnCurve check to EC unmarshalling in ECIES decryptionGustav Simonsson2015-04-081-0/+4
|
* Add 'crypto/ecies/' from commit '7c0f4a9b18d992166452d8cd32caaefd92b26386'obscuren2015-02-141-0/+331
git-subtree-dir: crypto/ecies git-subtree-mainline: 49a739c8d647739b3d815966f8854a4e9978df56 git-subtree-split: 7c0f4a9b18d992166452d8cd32caaefd92b26386