Commit Graph

96 Commits

Author SHA1 Message Date
WolverinDEV cab68d412f Fixed windows linking 2019-07-06 22:31:50 +02:00
WolverinDEV 542ffdc62c Fixed cmake file 2019-07-04 17:51:50 +02:00
WolverinDEV 02889c87a0 Added an option to disabled test building 2019-07-04 17:50:20 +02:00
WolverinDEV ad72bc7f72 Added required dll export for the SHA512 function table 2019-04-10 22:21:45 +02:00
WolverinDEV b4426e07fa Removed testing line 2019-04-10 20:18:44 +02:00
WolverinDEV 5ae5ff880a Fixed code for windows 2019-04-10 20:17:38 +02:00
WolverinDEV 438f6b3f77 removed invalid assert 2019-04-07 18:34:37 +02:00
WolverinDEV f810597c6c Changed the SHA512 context system 2019-04-07 17:05:16 +02:00
WolverinDEV fc8ade72c5 fixed invalid method declarations 2019-04-07 16:59:49 +02:00
WolverinDEV b75d831fb7 Added the possibility to override ed's SHA512 functions 2019-04-07 16:58:14 +02:00
WolverinDEV 824abbf483 Renamed SHA1 functions, else they might cause trouble with tomcrypt 2019-04-07 16:06:22 +02:00
WolverinDEV 98bd4f3ec6 Added some nice helper methods 2018-04-25 19:08:05 +02:00
WolverinDEV b761bf653a add methode ge_scalarmult_vartime 2018-04-24 20:18:34 +02:00
WolverinDEV 60c1e612ac Add optional openssl support 2018-04-24 18:33:55 +02:00
WolverinDEV d9f5d4c1ad Added headers 2018-04-24 18:16:59 +02:00
WolverinDEV fb6cfb7633 Seperated headers from sources and add a install option 2018-04-24 18:15:56 +02:00
WolverinDEV 29064b05eb Transformed project into CMake and removed dll's 2018-04-24 18:10:35 +02:00
WolverinDEV f188728619 Transformed project into CMake and removed dll's 2018-04-24 18:10:15 +02:00
Orson Peters 7fa6712ef5 Merge pull request #13 from radii/constify-ge_precomp
constify ge_precomp
2017-02-10 20:47:44 +01:00
Andy Isaacson 923d2b4abc constify ge_precomp
the tables in precomp_data.h can be const, since they are never written to.
Only one argument, to cmov(), needs to be constified to support this.

This moves 30 kbyte from .data to .text; for my arm-none-eabi target,

% arm-none-eabi-size ge.o.before
   text    data     bss     dec     hex filename
   2772   31680       0   34452    8694 ge.o
% arm-none-eabi-size ge.o
   text    data     bss     dec     hex filename
  34452       0       0   34452    8694 ge.o
2017-02-09 17:33:14 -08:00
Orson Peters 4d8b5641fd Merge pull request #12 from stmbgr/master
Fix conversion warning.
2016-11-11 08:45:27 +01:00
stmbgr 2870b957d0 Fix warning 2016-11-11 00:38:30 +01:00
Orson Peters 09ec167693 Fixed ed25519_add_scalar vulnerability. 2016-08-26 17:44:32 +02:00
Orson Peters e65e7f944d Update readme.md 2015-10-06 04:50:18 +02:00
Orson Peters 1b1b447d01 Merge pull request #8 from vszakats/patch-1
fe.c: silence warning
2015-08-08 13:53:20 +02:00
Viktor Szakats ce1605aa90 fe.c: silence warning
using similar technique already used in line 166.

MSVC warning is:
warning C4146: unary minus operator applied to unsigned type, result still unsigned
2015-08-08 13:32:27 +02:00
Orson Peters 761f035ad8 Missing trailing newline. 2015-07-19 18:45:38 +02:00
Orson Peters 39609f003c Trailing newline. 2015-07-19 18:01:29 +02:00
Orson Peters 5c4cf438a5 Trailing newline. 2015-07-19 18:01:01 +02:00
Orson Peters 6d69ff4062 Merge pull request #4 from vszakats/patch-1
seed: fix casing of Windows headers
2015-07-13 10:53:52 +02:00
Viktor Szakats 7379012885 seed: fix casing of Windows headers
It will allow Windows cross-builds on *nix systems.
2015-07-13 01:48:45 +02:00
Orson Peters d4c1fa44ae added zlib license 2015-03-13 11:41:10 +01:00
Orson Peters 1fc4a2ff69 Update fixedint.h 2014-08-03 18:12:26 +02:00
Orson Peters 27e5b0d86e solve warning issues 2014-05-16 17:16:26 +02:00
Orson Peters cbb7a43eda ed25519.h had a private/public key misnamed variable 2014-05-16 16:50:34 +02:00
Orson Peters b89b77be10 spaces/tabs 2013-04-26 15:32:01 +02:00
Orson Peters 35f4cd8431 tabs begone 2013-04-11 20:20:20 +02:00
Orson Peters 4147206bca tabs begone 2013-04-11 20:18:49 +02:00
Orson Peters 274b0c6685 Merge branch 'master' of https://github.com/nightcracker/ed25519 2013-04-11 20:17:46 +02:00
Orson Peters 1e49c17da6 add_scalar now generates a new salt 2013-04-11 20:17:21 +02:00
Orson Peters a02ca8013e Update readme.md 2013-04-11 20:01:55 +03:00
Orson Peters 25176531a4 Merge branch 'master' of https://github.com/nightcracker/ed25519 2013-04-11 18:54:00 +02:00
Orson Peters 52a916313a small changes as well as 32 and 64 bit dlls 2013-04-11 18:53:20 +02:00
Orson Peters 3136c81928 Update readme.md 2013-04-11 19:35:02 +03:00
Orson Peters 8dfa4ed615 Update readme.md 2013-04-11 19:34:36 +03:00
Orson Peters beba5c99fd Update readme.md 2013-04-01 22:17:13 +03:00
Orson Peters 0f0045bdaf Update readme.md 2013-03-28 20:13:40 +01:00
Orson Peters 1113df4768 Update readme.md 2013-03-27 22:07:38 +01:00
Orson Peters f12522f869 changes and updated benchmark 2013-03-27 18:12:58 +01:00
Orson Peters 784d7001e0 updated example with key exchange 2013-03-24 23:33:27 +01:00