Commit Graph

8 Commits

Author SHA1 Message Date
WolverinDEV 5ae5ff880a Fixed code for windows 2019-04-10 20:17:38 +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 fb6cfb7633 Seperated headers from sources and add a install option 2018-04-24 18:15:56 +02: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 841d4981bc removed last stdlib dependency 2013-01-21 22:50:09 +01:00
Orson Peters 96f10aacdd more work 2013-01-21 22:28:34 +01:00
Orson Peters cbd283e6c3 more work 2013-01-21 17:11:19 +01:00