aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix ECIES params nil bugGustav Simonsson2015-02-121-8/+2
| | | | | * Change ECIES params init function to static var as it does not have state; fixes TestMarshalencryption.
* Merge pull request #2 from Gustav-Simonsson/correct_ecies_shared_key_generationJeffrey Wilcke2015-02-121-12/+17
|\ | | | | Correct ECIES shared key length check
| * 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).
* Merge pull request #1 from Gustav-Simonsson/fix_reference_linksJeffrey Wilcke2014-12-121-2/+2
|\ | | | | Update reference pdf links
| * Update reference pdf linksGustav Simonsson2014-12-111-2/+2
|/
* initobscuren2014-12-107-0/+1704