Re: signify shrink

2014-01-07 Thread Ted Unangst
Now with even more shrinkify. The largest object file in signify is the ge25519.o because of a quite large table of constants. We don't need this table for any of the computations used for verification. A VERIFYONLY build of signify is then much, much smaller. This adds modified ed25519.c and ge

signify shrink

2014-01-07 Thread Ted Unangst
signify contains some substantial duplication of existing libc code, picked up via nacl. we can provide a thin api wrapper around our own code to make it smaller. this only affects signify for now, not ssh. Index: Makefile === RCS fi