Jeffrey Wilcke
7c0f4a9b18
Merge pull request #3 from Gustav-Simonsson/fix_ecies_params_init_bug
...
Fix ECIES params nil bug
2015-02-13 23:42:33 +01:00
Gustav Simonsson
5136fc9ab7
Fix ECIES params nil bug
...
* Change ECIES params init function to static var as it does not have
state; fixes TestMarshalencryption.
2015-02-12 02:35:35 +01:00
Jeffrey Wilcke
04c1a81509
Merge pull request #2 from Gustav-Simonsson/correct_ecies_shared_key_generation
...
Correct ECIES shared key length check
2015-02-12 00:10:00 +01:00
Gustav Simonsson
52a46e61f9
Correct ECIES shared key length check
...
* 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).
2015-02-11 20:28:42 +01:00
Jeffrey Wilcke
d899334bba
Merge pull request #1 from Gustav-Simonsson/fix_reference_links
...
Update reference pdf links
2014-12-11 23:30:45 +01:00
Gustav Simonsson
ce796dcdbf
Update reference pdf links
2014-12-11 13:25:01 +01:00
obscuren
6cf6981ed0
init
2014-12-10 00:00:52 +01:00