ed25519/src
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
..
add_scalar.c solve warning issues 2014-05-16 17:16:26 +02:00
ed25519.h ed25519.h had a private/public key misnamed variable 2014-05-16 16:50:34 +02:00
fe.c fe.c: silence warning 2015-08-08 13:32:27 +02:00
fe.h added fe_mul121666 for DH 2013-03-18 17:47:56 +01:00
fixedint.h Update fixedint.h 2014-08-03 18:12:26 +02:00
ge.c constify ge_precomp 2017-02-09 17:33:14 -08:00
ge.h removed last stdlib dependency 2013-01-21 22:50:09 +01:00
key_exchange.c spaces/tabs 2013-04-26 15:32:01 +02:00
keypair.c do not compress private keys - changed terminologiy from verify/sign to public/private 2013-02-04 13:34:01 +01:00
precomp_data.h constify ge_precomp 2017-02-09 17:33:14 -08:00
sc.c done for today 2013-01-21 22:55:57 +01:00
sc.h Trailing newline. 2015-07-19 18:01:29 +02:00
seed.c seed: fix casing of Windows headers 2015-07-13 01:48:45 +02:00
sha512.c solve warning issues 2014-05-16 17:16:26 +02:00
sha512.h Missing trailing newline. 2015-07-19 18:45:38 +02:00
sign.c do not compress private keys - changed terminologiy from verify/sign to public/private 2013-02-04 13:34:01 +01:00
verify.c do not compress private keys - changed terminologiy from verify/sign to public/private 2013-02-04 13:34:01 +01:00