aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecies/ecies_test.go
Commit message (Collapse)AuthorAgeFilesLines
* ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374)David Huie2018-03-261-10/+10
| | | | | The parameter `rand` is unused in `PrivateKey.Decrypt`. Decryption in the ECIES encryption scheme is deterministic, so randomness isn't needed.
* crypto: fix megacheck warnings (#14917)Egon Elbre2017-08-081-176/+10
| | | | | | * crypto: fix megacheck warnings * crypto/ecies: remove ASN.1 support
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-181-10/+31
| | | | | | | | | | | * vendor: add github.com/btcsuite/btcd/btcec * crypto: add btcec fallback for sign/recover without cgo This commit adds a non-cgo fallback implementation of secp256k1 operations. * crypto, core/vm: remove wrappers for sha256, ripemd160
* all: gofmt -w -sFelix Lange2017-01-061-3/+3
|
* crypto/ecies: make authenticated shared data workFelix Lange2016-02-121-0/+30
| | | | The s2 parameter was not actually written to the MAC.
* crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar multGustav Simonsson2015-11-301-13/+108
| | | | thanks to Felix Lange (fjl) for help with design & impl
* remove elliptic.P224 usagePavol Rusnak2015-07-301-5/+0
| | | | | | | 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.
* all: update license informationFelix Lange2015-07-071-0/+29
|
* Add 'crypto/ecies/' from commit '7c0f4a9b18d992166452d8cd32caaefd92b26386'obscuren2015-02-141-0/+489
git-subtree-dir: crypto/ecies git-subtree-mainline: 49a739c8d647739b3d815966f8854a4e9978df56 git-subtree-split: 7c0f4a9b18d992166452d8cd32caaefd92b26386