aboutsummaryrefslogtreecommitdiffstats
path: root/ecies.go
Commit message (Collapse)AuthorAgeFilesLines
* Correct ECIES shared key length checkGustav Simonsson2015-02-121-12/+17
| | | | | | | | | * Ensure the ECIES shared key is padded with zero bytes if it's smaller than the requested key length. * Split the ECIES shared key error into two; one for when the generated key is too big for the params and one for when it's nil (point of infinity returned by the curve scalar multiplication).
* initobscuren2014-12-101-0/+326